aim-uofa / AdelaiDet

AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
https://git.io/AdelaiDet
Other
3.39k stars 652 forks source link

How to load your checkpoint to finetune on other datasets? #177

Open JinShchen opened 4 years ago

JinShchen commented 4 years ago

hi, I want to ask how to load your model to finetune on other datasets? I want to use BlendMask to finetune with loading your finished checkpoint, but I didn't find how to load your checkpoint. And when I train from scratch, the total loss didn't seem to decrease.

JinShchen commented 4 years ago

And when I tried to modify the MODEL.WEIGHTS in "configs/BlendMask/R_101_3x.yaml" to "R_101_3x.pth", it didn't work.

JinShchen commented 4 years ago

The total loss seems to maintain at 1.5 after 2w iteration.