Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

flickr30k upperbound #12

Closed
volkancirik opened this issue Sep 27, 2018 · 5 comments
Closed

flickr30k upperbound #12

volkancirik opened this issue Sep 27, 2018 · 5 comments

Comments

@volkancirik
Copy link

volkancirik commented Sep 27, 2018

Hello,

I used Bottom-up Attention to get boxes for Flickr30k data. Unfortunately, I could not get the same upperbound you reported in the paper. I get 0.6507 you reported 0.8745. Do you mind providing the details how you used Bottom-up model for inducing boxes. Below I listed mine:

model_name: resnet101_faster_rcnn_final.caffemodel
conf_thresh=0.2
min_boxes=10
max_boxes=100

UPDATE:

When I increase the number of boxes I get better upperbound but still it is not as good as yours, below setup gives me upperbound 0.8530

model_name: resnet101_faster_rcnn_final.caffemodel
conf_thresh=0.01
min_boxes=200
max_boxes=200
@jaesuny
Copy link
Collaborator

jaesuny commented Oct 15, 2018

Did you train Bottom-Up Attention model yourself?
When I used Bottom-up Attention model pretrained on Visual Genome, I got upper bound about 0.87.

@volkancirik
Copy link
Author

No I did not train. what are the hyperparameters that you use for running the model?

@jaesuny
Copy link
Collaborator

jaesuny commented Oct 16, 2018

I just ran tools/genenerate_tsv.py of Bottom-up Attention

As default,
model_name: resnet101_faster_rcnn_final.caffemodel
conf_thresh=0.2
min_boxes=10
max_boxes=100

@upccpu
Copy link

upccpu commented Oct 16, 2018

Hi,could you tell me which kind of GPUs you used,I use two titan Xp to run this only to show 'out of memory'.Thanks a lot.

@jd730
Copy link

jd730 commented Oct 20, 2018

@upccpu They used 4 GPU(12GB each) See this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants