-
Notifications
You must be signed in to change notification settings - Fork 378
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
About pretrained models to generate 36 per image feature #87
Comments
In other words, why did you recommend using |
@masonwang96 |
Dear scholar, |
Sorry about the delay. I have shared the "resnet101_faster_rcnn_final_iter_320000.caffemodel" through BaiduWangpan. The link is as follows: 链接: https://pan.baidu.com/s/18TGdxmx_IxCqbzx2APEd2w 密码: 8aa4 |
By the way, this is the "resnet101_faster_rcnn_final.caffemodel": 链接: https://pan.baidu.com/s/1ELt5hL1BKemfDYDyN1dOPw 密码: altw |
Thanks DaLao,Pour a bottle of coca cola for you.
…---Original---
From: "Mason Wang"<[email protected]>
Date: Sat, Feb 27, 2021 14:25 PM
To: "peteanderson80/bottom-up-attention"<[email protected]>;
Cc: "Comment"<[email protected]>;"Donglearner"<[email protected]>;
Subject: Re: [peteanderson80/bottom-up-attention] About pretrained models to generate 36 per image feature (#87)
Sorry about the delay. I have shared the "resnet101_faster_rcnn_final_iter_320000.caffemodel" through BaiduWangpan. The link is as follows:
链接: https://pan.baidu.com/s/18TGdxmx_IxCqbzx2APEd2w 密码: 8aa4
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Thanks for your timely share! Thanks again. The result run by generate_tsv.py The train2014.zip |
Good news! |
Hi, I am having a problem while running the code. Please help me.
P.S. I m using only CPU. I don't have any GPU. Is there some change that I need to make in the code? |
hi!, could you give a share relevant prototxt about the the model |
Thank you for your excellent work!
I have a question. I'm using this bottom up attention method to generate 36/image feature. In your README, you wrote that:
which is
resnet101_faster_rcnn_final_iter_320000.caffemodel
.However, when I was doing caption task, I generateed 36/image features with
resnet101_faster_rcnn_final.caffemodel
, and found that features generated this way is better than waht you recommended above.So I was wondering why? Does
resnet101_faster_rcnn_final.caffemodel
is better anyway? Looking forward to your reply. Thanks a lot.@peteanderson80
The text was updated successfully, but these errors were encountered: