Replies: 1 comment 1 reply
-
Let me know if you'd like me to take a look ([email protected]). I'd be curious to see what the problem is. But from the description and the links you provided I cannot comment other than to say take a look at the "if the results aren't great" section here: https://www.ccoderun.ca/programming/darknet_faq/#tldr |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
We've been trying to train yolov3 tiny weights for aerial view railway sleepers. We have lots of images, split them up into 512 by 512 pixel smaller images to prevent yolo doing any image suppression.
We have tried various ways of labelling objects and training models:
Train and test images split into 80/20.
mAP value doesn't go above 13%, average of 9.5%. Error value doesn't go below 4.2.
When we try detection, it seems to detect region between the sleepers, rails and sometimes sleepers. It skips a lot of the rails.
We cannot seem to get the grip on training objects like this. Some pointers to resolve our problem would be fantastic!
Note: we have trained other objects like vehicles etc without problems, but with rail sleepers there just seems to be a lot of them in the image and we either not labelling correctly or maybe the 512 by 512 frame size is too large as it contains a whole bunch of objects inside one image.
I've attached images for config file, training graph, detection results.
https://ibb.co/4tgv5tQ
https://ibb.co/2gbGp0w
https://ibb.co/hK8DcfZ
https://ibb.co/PjK7XXn
https://ibb.co/16GrcBH
Beta Was this translation helpful? Give feedback.
All reactions