How to train Detectron2: Instance Segmentation (R101-FPN 3x) with custom dataset #2856
-
Instructions To Reproduce the Issue:Hi @ppwwyyxx, I conducted Detectron2 training with TTPLA dataset using Resnet 101 FPN 3x architecture and model zoo respectively. However, after the training is completed, the model cannot detect any object. Did I set up the wrong configuration file or the environment problem?
Config YAML:
The trained model cannot detect any object: Environment:
Thanks for any insight! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Update : I fixed this according to instruction #1974. However it still exists.
|
Beta Was this translation helpful? Give feedback.
-
I have solved the problem. The reason is that I haven't defined a new |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
I have solved the problem. The reason is that I haven't defined a new
CLASS NAME
andNUMBER CLASS
for my custom dataset.