You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently have a dataset of 100 real vs 100 fake images, but I do not have the groundtruths. Generating groundtruth for my dataset is quite difficult since the datasets are not aligned. I was wondering if it's possible to just run phase 2 training (detection) for this model, taking a previous localization checkpoint?
It seems the criterion for ec_phase2.py i.e. TruForLossPhase2 still required the gt_masks to calculate detection loss.
I currently have a dataset of 100 real vs 100 fake images, but I do not have the groundtruths. Generating groundtruth for my dataset is quite difficult since the datasets are not aligned. I was wondering if it's possible to just run phase 2 training (detection) for this model, taking a previous localization checkpoint?
It seems the criterion for
ec_phase2.py
i.e.TruForLossPhase2
still required thegt_masks
to calculate detection loss.Let me know your thoughts. Any help is appreciated.
The text was updated successfully, but these errors were encountered: