-
Notifications
You must be signed in to change notification settings - Fork 939
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
How do you train the bottom up model with attributes #5
Comments
We followed the same as the original bottom up model did: https://github.com/peteanderson80/bottom-up-attention/blob/master/models/vg/ResNet-101/faster_rcnn_end2end_final/train.prototxt. We predict the attribute with both the ground truth object class embedding and the bottom RoI features. Nothing new. For the actual code to train the model, it is currently mixed with other efforts we current have. It will take a while to clean that up and release. But it is purely based on the Caffe2 detectron and we follow the same as Anderson et al did -- should not be hard to reproduce on your end. |
IIRC, I had to fix a bug for predicting the attributes when implementing that (cannot recall what it exactly it is but it is related to the cross entropy loss). But it may work even work without that bug fixed. |
Hi, Can u recall the performance of predicting the attributes ? I want to compare it with my implementation |
I did not check the prediction of attributes, I did check the detection performance though, which is in the same ballpark of what reported by Anderson. |
Thanks for your help. I will look at it. Thanks again |
* Add preprocessing util tests * Add timer util tests * Add general util tests * Replace dict keyword with dictionary and other suggested changes.
Hi:
I want to know how you add predicting attributes in bottom up model,because i currently can't find it in repo. Would you mind providing the code for that ?
Best Wishes
Hanshan Zhang
The text was updated successfully, but these errors were encountered: