tgc1997
tgc1997
root@e510bcce8f01:/userhome/bottom_up_attention/tools# python my_demo.py /userhome/bottom_up_attention/tools /userhome/bottom_up_attention [libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 6390:21: Message type "caffe.LayerParameter" has no field named "roi_pooling_param". WARNING: Logging before InitGoogleLogging() is written to STDERR F0424...
Hi, Thank you for providing this code, could you please provide the pretrained model that extract 36 features per image. Best
The paper mentioned that there are 2442 training images, but you provide only 2002. Could you please provide the full training dataset? Thank you!
Nice work, I have a question about the training. In your paper, you train the model for 5 * 10^5 iterations. However, N_iters in config.txt is set to 5000001. What...