-
Notifications
You must be signed in to change notification settings - Fork 30
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
The code for localization #2
Comments
I use the code from CAM(https://github.com/metalbubble/CAM) for producing boxes and measuring localization accuracy. |
I get, thanks a lot. |
Hi @xiaomengyc , Thanks for sharing your code! As I am running your code, I get a similar classification error on CUB dataset. However, when it comes to the localization error, I get a much higher localization error. So I look into the CAM code, and find there are three threshold values. As I change the threshold value, I can get better results. Did you use the provided thresholds |
Hi @xiaomengyc , Thanks for sharing your code! As I am running your code, I get a similar classification error on CUB dataset. However, when it comes to the localization error, I get a much higher localization error. So I look into the CAM code, and find there are three threshold values. As I change the threshold value, I can get better results. Did you use the provided thresholds [20, 100, 110], or you used another threshold values? Thanks. |
I tested different thresholds to obtain the best localization results. I am sorry that I forgot the exact threshold numbers. |
@xiaomengyc |
@xiaomengyc |
Actually, when I use ground truth labels to evaluate, I can get the similar localization results as you reported. However, the classification error rate is about ~25, which means the localization error will be much worse than you reported. |
Hi @chaoyan1037 , |
Hi @xiaomengyc |
Hi @xiaomengyc , |
Hi @jianpursuit , @xiaomengyc , @chaoyan1037 , I am currently searching for a solution to create bounding boxes on an image where training data does not contain any annotations. Is it possible to use this code for doing the same ?. I am trying to create training data for YOLO . (PS : I am new to this field and please excuse me if my questions are too vague ) Thanks |
@xiaomengyc Mainwhile, you can also use our SPG model, where provides the trained model on ImageNet. You can try this model first seeing whether this weakly method fits you needs. Gook Luck! |
Is there code for finding b-box and measuring localization accuracy?
The text was updated successfully, but these errors were encountered: