zyang-ur / ReSC

Improving One-stage Visual Grounding by Recursive Sub-query Construction, ECCV 2020
MIT License
81 stars 16 forks source link

how to run in other data? #1

Closed johnbager closed 3 years ago

johnbager commented 3 years ago

hello, i have a question about if i want to run in refcoco/refcocog to see the perferance in your paper,what setting i need to do? just about the "python train.py --data_root ./ln_data/ --dataset refcoco \ --gpu gpu_id --resume saved_models/ReSC_base_refcoco.pth.tar" is ok?

zyang-ur commented 3 years ago

Yes, that should work.

Please let me know if you met any problem :)

johnbager commented 3 years ago

yeah,I have found "refcoco" is wrong. It's should be " --dataset unc".

johnbager commented 3 years ago

so, I think if refcoco+ should be "unc+"?

zyang-ur commented 3 years ago

referit/flickr/unc/unc+/gref (https://github.com/zyang-ur/ReSC/blob/e4022f87bfd11200b67c4509bb9746640834ceae/train.py#L61)

Sorry for missed that :)

johnbager commented 3 years ago

yeah,thanks. could you remember how long time do you use to run in refcoco?