-
Notifications
You must be signed in to change notification settings - Fork 16
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 get the position information for images? #1
Comments
Faster rcnn model can automatically get both the visual features (2048-dim vector) and the position information. The position information about region contains four values: the coordinates (x,y) of left-up point and the width/height of this region. |
Hi HaoYang, |
Hello, Hao Yang. Thanks for your excellent work and code. However, I have some questions about the paper and code. Firstly, I wonder how you transfered the coordinates to 15 dims like your comments describing in |
hello,I also have such doubts. Have you solved them? If it is settled, I wonder if you can leave a contact way to discuss it? Looking forward to receiving your reply |
hello,I also have such doubts. Have you solved them? If it is settled, I wonder if you can leave a contact way to discuss it? Looking forward to receiving your reply! |
Hi!
What a great work. Could you tell me how did you get the pre-trained position information for images?Thansk a lot!
The text was updated successfully, but these errors were encountered: