-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mAP, Precision, and Recall All Zero When Using DetectNet #2072
Comments
Edit: I got mine working. My problem was that I did not set the Custom Classes field correctly when I created the dataset. In your case, it should be "dontcare, pothole". I originally left out the "dontcare" class, so I think it was ignoring my class. Original comment: I'm having the same issue with a dataset I created of 512x512 png images and KITTI style txt files. Very interested to know if you get it resolved. I'll also report back if I figure it out. |
I resolved my problem it turns out the dataset we were using was not very good and the objects we were trying to detect were too small. Once we got new images and trained it again it worked well. |
did you resolve your issue? I am facing a similar problem |
I just re-installed DIGITS and it's gone. now mAP>0. Also here is a tick that might help: |
This solve my problem! THX! |
I am trying to train an image detection model to detect potholes in the road. I have around 1700 training images, all 640 x 640 and 140 validation images of the same size. I have trained the model around 10 times with different settings described in other posts but still am having no luck getting the mAP, precision, and recall above zero. I also ran it for 300 Epochs overnight and still nothing.
Here is some of the other things I have tried:
#1108
Here is the latest setup I used to train:
We are also using bvlc_googlenet.caffemodel for our pre-trained model.
The labels are all in KITTI format and here is an example of one label:
pothole 0.0 0 0.0 362.4076 237.5474 372.146 242.4166 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
Here is an example of an image, all of them are shot from a dashboard cam:
The text was updated successfully, but these errors were encountered: