Train with coco pre-trained weights on custom black and white dataset gives poor results #3295
Unanswered
FrancescoMandru
asked this question in
Q&A
Replies: 3 comments 2 replies
-
Training on BW dataset would not be a problem |
Beta Was this translation helpful? Give feedback.
2 replies
-
Did you unfreeze the first layers? I think the default cfg freezes first two layers which contain features for colours |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you manage what you wanted to do ? On my end i lowered the learning rate by a lot, it w-work-ish but I still have a poor score. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I use pre-trained coco weights on a BW dataset could it be a problem? I'm training on a very small dataset (60 samples) labelled with labelme and converted in COCO format as you suggest in the colab example:
but the problem is that the network is not able to overfit on this small sample giving very bad results. My task is istance segmentation. I didn't found a way to train detectron 2 from scratch for this specific task
Beta Was this translation helpful? Give feedback.
All reactions