jwyang / faster-rcnn.pytorch

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

What is the 2500 class for gnome pretrained model #148

Open jshi31 opened 6 years ago

jshi31 commented 6 years ago

Like the title, what is the 2500 class for gnome pretrained model? I cannot find the specific class label in "bottom up and top down" paper

jwyang commented 6 years ago

Hi, @jshi31 , you can go to bottom up and top down repo, and re-preprocess by yourself to get 2500 object categories.

coldmanck commented 6 years ago

Hi @jshi31 did you use the pretrained model successfully?

I got my 2,500 classes using the setup_vg.py from bottom-up-attention repo but still got incorrect result.

akira-l commented 6 years ago

the same problem in data split. It seems that the processing of data in these two repo are not matched.