-
-
Notifications
You must be signed in to change notification settings - Fork 330
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
Evaluator.py map issue with dataset #252
Comments
Hello @D10752002 , |
Hi, I'm modifying this model to train a custom dataset, and I'm using colab, instead of importing multiple files, I had to define all those in different cells, and since I'm running it in colab, I'm not using parsers, and I had to modify many lines of the code for my model. So, I'm not sure where you might be facing errors in the code. The training code was working fine except for the map evaluator part since I'm using a custom dataset. Sorry if I could not be of more help. |
Hello @D10752002, |
@Rvv1296 yes I have set it as customer |
well done |
I have been able to train the model successfully using a custom dataset, but unable to calculate map with my custom dataset.
evaluator.py code has map calculation using a dataset with names as 0.jpg , 1.jpg , 2, ... so on. the custom dataset doesn't have such naming. Is there some way to get around this issue?
The text was updated successfully, but these errors were encountered: