-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tips for finetuning on private dataset based on the pretrained model #16
Comments
@alen-mask |
I close this issue because there was no response for a long time, please reopen it if there are still problems. |
Hi @sfzhang15 , test log: |
After some debug work, i found scors of the predictions from trained model are very low, and after resetting thresholds_for_classes values to 0.1 for my datasets(3 classes of target object+1 background)in atss_demo.py file, the result is not so good: all predicted bboxes before selecting are with wrong labels and wrong locations. |
@alen-mask |
hi @sfzhang15 ,
I just test your uploaded model and better results is obtained on them compared to other models.
Do you have any plans to support finetuning on other datasets(different number of object classes) from the pretrained model-ATSS_dcnv2_X_101_64x4d_FPN_2x.pth?
Any tips or reference code here?
Many thanks!
The text was updated successfully, but these errors were encountered: