msracver / Relation-Networks-for-Object-Detection

Relation Networks for Object Detection
MIT License
1.09k stars 190 forks source link

How to generate "previously proposals" for another dataset beyond COCO to train with RPN #38

Closed insigh closed 5 years ago

insigh commented 5 years ago

Hello, I am chaojie from Renmin University of China, Beijing. Thanks for you excellent work in object detection. But i have a problem when i try it with my own data, It is all good for rcnn_attention and rcnn_dcn training and test, but when it comes rcnn_fpn symbol, I have to provide the previously generated proposals in the directory like this "./proposal/resnet_v1_101_fpn/rpndata/{}{}_rpn.pkl", so could you please give tips to me about how to generate this file for another data with annotations like COCO. I am dying to know it, thank you very much!

shenyunlong commented 5 years ago

@chengdazhi

shenyunlong commented 5 years ago

@insigh 👍 come on!

insigh commented 5 years ago

wo should first train_rpn then test_rpn when we test_rpn we can modify the test file as train/val/test. then we can get the proposal cache at ./cache/rpndata/{}{}_rpn.pkl. :cn:

insigh commented 5 years ago

@shenyunlong :arrow_up:

shenyunlong commented 5 years ago

@insigh Good Job 👍