-
I've been training in YOLOv4, after doing the training I saw that one class has 53% AP because that class has a few label images. Can I just train those lacking classes? Or do I have to repeat the training from the beginning again? |
Beta Was this translation helpful? Give feedback.
Answered by
Tony904
Apr 13, 2022
Replies: 1 comment
-
Unless your loss has completely plateaued I would just continue training like normal. In my experiences, yolov4 is great at preventing overfitting even for long training sessions, so the classes that are already well-trained shouldn't suffer from additional training. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kemaltf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unless your loss has completely plateaued I would just continue training like normal. In my experiences, yolov4 is great at preventing overfitting even for long training sessions, so the classes that are already well-trained shouldn't suffer from additional training.