Replies: 1 comment
-
Hi @HuSSonO3 👋,
I think the issue is that your validation dataset doesn't contains all labels which are in the training set (it should for validation) because we init the model for training with all unique class names from the validation dataset: doctr/references/detection/train_pytorch.py Line 222 in 72bed41 One general note: Best, |
Beta Was this translation helpful? Give feedback.
-
Hayoo again,
I have an issue where after training the dataset with this command
python train_pytorch.py --train_path ./train --val_path ./valid db_resnet50 -j 0
-j 0 fixed another issue i had where it produces this error
which also for some reason even that it works it stops producing Recall, Precision and Mean IoU after 10 ephocs
Anyway the issue is after i load the model in here:
which in turn produces this error:
This is a snippet of my labels.json since am assuming it has some relation to it.
Thank you in advance for your support!
Beta Was this translation helpful? Give feedback.
All reactions