-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Finetune on custom dataset #1048
Comments
@Mu-Magdy Hi, I didn't test yet but, I made custom loader based on their cocoLoader ( https://github.com/xingyizhou/CenterNet/blob/4c50fd3a46bdf63dbf2082c5cbb3458d39579e6c/src/lib/datasets/dataset/coco.py )
and i my custom loader exclude preprocessing the heatmap, so i add it in GT_heatMap (I test the gassianMap also total_loss. in my experiment the implemented loss was fine) |
and i load the " ctdet_coco_hg.pth" based hourglass model, and i inference it using my custom code this is test result using ctdet_coco_hg.pth and hourglass model
|
Can you give instructions on how to prepare the data to point detection.
And how to train the model on the data?
The text was updated successfully, but these errors were encountered: