-
Notifications
You must be signed in to change notification settings - Fork 10
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
Faster-RCNN to extract the region feature #9
Comments
You can follow the instructions in https://github.com/jiasenlu/vilbert_beta/tree/master/data. You just need to modify the code in file ./tools/generate_tsv.py. Specifically, change "image_ids" to the list of image paths you want to extract features. |
好的,谢谢你呀 |
你好,我还想问一下这个代码的运行,您是在windows下还是在linux、ubuntu下运行的,caffa环境搭建好难 |
是在linux ubuntu环境下的,caffe配置是比较麻烦 |
请问后面预训练所需要的 |
是的 |
I would like to know how to use Faster-RCNN to extract the region feature(only retain 36 regions with highest Confidence) as the input feature and the dimension of each region feature is 2048,Can you give me a small demo if possible?
The text was updated successfully, but these errors were encountered: