Open tumitx opened 7 years ago
I think it will be very easy to apply it on the faster rcnn on this repo by just changing the prototxt, but i don't have time to try it yet.
Do you solve this problem?
hi xiaolong,I have downloaded your models, but I have a problem like this : caffe.NetParameter: 350:21: Message type "caffe.LayerParameter" has no field named "roi_pooling_param". F0705 13:13:37.228641 26936 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: /home/jiayan/Downloads/adversarial-frcnn-master/models/pascal_voc/VGG16/faster_rcnn_alt_opt/faster_rcnn_test.pt Check failure stack trace: Aborted (core dumped)
I have git clone https://github.com/xiaolonw/adversarial-frcnn,but there is no documents about Faster-rcnn, I dont know where is wrong,how can I solve the above the problem? Please tell me,thank you very much!
Hi, Xiaolong, your code interest me much. Could the idea apply on the faster rcnn code? since rpn is better to apply than selective search.