jwyang / faster-rcnn.pytorch

A faster pytorch implementation of faster r-cnn
MIT License
7.69k stars 2.33k forks source link

Resnet-101 pretrained model on Visual Genome #154

Open aelnouby opened 6 years ago

aelnouby commented 6 years ago

Hi @jwyang ,

Thanks for this project. I am wondering if you can share the pre-trained model using Resnet-101 and the bottom-up attention preprocessing, you mentioned here that you were able to get 10 mAP.

If the pretrained model is not available, could you share the hyperparams you used and the time per epoch.

Thanks.

jwyang commented 6 years ago

@aelnouby Hi, I will train the model and put the pre-trained on this repository soon

erobic commented 6 years ago

Is the pre-trained model available now?

yzhq97 commented 5 years ago

@jwyang Thanks for this project. I am also doing a relevant research and would appreciate if you provide the 1600-class VG model which achieved 10 mAP. Thanks!

LuoweiZhou commented 5 years ago

+1. Thanks!

alibabadoufu commented 5 years ago

Hi, may I know if anyone has the pretrained model? (Resnet 101 on Visual Genome)

nilinykh commented 4 years ago

Hello, also curious if it is is possible to get the pre-trained VisGen model, which achieved 10 mAP.

dreamedrainbow commented 4 years ago

Still Wondering