-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Pre-trained models #16
Comments
@xiaomengyc, I will upload the pre-trained model today. stay tuned |
Thanks! By the way, I also encountered the exactly same problem when compiling the ROI polling layerhere, and I fixed it by changing the line 3 ( |
great, thanks! @xiaomengyc. I added them into my bashrc, while @g5996706 might do not. I will add them to make.sh, and remind in readme that these two should be exported. thanks again! BTW, I am retraining all the models with the most recent code. I already uploaded a trained resnet101 on pascal-voc (see the link in the table). Now I am training in other settings. All models on pascal voc will be available tonight. COCO might be two days later. |
Thanks a lot! |
Thanks! Do you plan to train on visual genome as well? @jwyang |
@Cadene , yes, I will once I have enough GPUs, :). It should be very soon after I finish the retraining on coco. |
@jwyang I trained a VGG16 on Visual Genome for 20 epochs (it took me one week) and got a mAP of 4.4%. I could share it. However, I just want to know if someone achieved a better mAP :) |
@Cadene great, how many object categories did you try? |
@jwyang as much as possible (2500 classes) |
@Cadene I guess that performance should be ok, I tried 1600 categories, and got around 10 mAP. Do you want to share your trained model, you can give me a link, I will add it to readme. |
@Cadene appreciate! |
@Cadene , could you also tell me the detailed hyper parameters for training the model, as shown in the tables? |
@jwyang So it was a VGG16 (not a Resnet101) trained on a single Tesla P100 with the default hyper parameters:
(args.set_cfgs = ['ANCHOR_SCALES', '[4, 8, 16, 32]', 'ANCHOR_RATIOS', '[0.5,1,2]', 'MAX_NUM_GT_BOXES', '50']) |
@Cadene got it, thanks! |
See the thread: jwyang#16
Hi @Cadene |
I have tried out the faster rcnn pretrained on Visual Genome, however as there's missing information on the classes data at this line, the detector cannot find the correct label: my detection results are like these: The labels are incorrect due to incorrect order of my 2,501 classes. I tried to sort by the name of the classes but still went wrong. Could you please give any advice? |
I would also like to know the answer to coldmanck's question. Thanks! |
Finally I trained the faster rcnn model on the VG dataset by myself. Just need to fix an order of classes then all are fine. |
Would it be possible for you to share your trained model and object vocabulary files? Thank you! |
I trained on 1600 classes of VG, following 1600-40-20 split by bottom-up attention. Download my classes label: objects_vocab.txt and Trained model snapshot You may simply modify the lines in
|
@coldmanck Thank you so much! |
@coldmanck What's the mAP on your model? |
When I bash make.sh, there is such a mistake: |
@coldmanck Thank you for the model and object vocab file. |
Thank u so much for your model! |
Thank u for your object vocab very much ! |
I have this error. How can I fix it? thank you |
hello, sir. Have you saved this problem? if you do , could you please talk about it. Appreciate! |
我在编译的过程中输入sh make.sh 报错:/home/cbl/miniconda3/envs/py27/lib/python2.7/site-packages/torch/utils/ffi/../../lib/include/THC/THCGeneral.h:12:18: 致命错误:cuda.h:没有那个文件或目录 |
高远已接收到您的邮件,谢谢~
|
ImportError: cannot import name 'imread' from 'scipy.misc' (/usr/local/lib/python3.7/dist-packages/scipy/misc/init.py) |
高远已接收到您的邮件,谢谢~
|
See the thread: jwyang/faster-rcnn.pytorch#16
Can you please share your trained models? Thank you!
The text was updated successfully, but these errors were encountered: