youngwanLEE / centermask2

[CVPR 2020] CenterMask : Real-time Anchor-Free Instance Segmentation
Other
772 stars 159 forks source link

transfer learning #65

Closed hyunas1996 closed 3 years ago

hyunas1996 commented 3 years ago

Thanks for nice code!

I'd like to retrain the model (not overwrite) with subset of coco dataset. As centermask uses pre-trained model using detectron2, then I should retrain this model by using detectron2's github description?

Your answer will help me a lot!!

youngwanLEE commented 3 years ago

centermask did not use pre-trained model using detectron2.