jjprincess
jjprincess
I've tried to do QUAD method in this paper,can anybody help me ,thank you very much!
Thanks in advance!
As mentioned above,can anybody share the pretrained model? Thanks a lot!
博主你好,我想请问一下训练/测试用的.sh脚本文件中,怎样生成log文件,在一般的caffe工程中可以使用 GLOG_logtostderr=0 GLOG_log_dir=$xxx/Log/test/ \ 命令生成,但是我在你写的test.sh中加入了这个命令还是无法生成log,不知道是否是因为前者是使用的caffe本身的test去训练的($caffe_root/build/tools/caffe test \)而你的工程中是调用的一个脚本训练的(time tools/test_net.py --gpu ${GPU_ID} \ )。 问题: 如何在你写的.sh中生成log文件,希望博主能够解答一下,感谢!
无法测试
博主,你好,我在测试你的shared_rcnn结构时,nms_wrapper.py中报错 from nms.gpu_nms import gpu_nms ImportError: No module named gpu_nms 想请问下为什么无法调用gpu_nms.pyx中的函数?我将这个cython文件编译成了.so链接还是不行,还请指教一下~还想请问下数据集放的位置是否和faster rcnn中相同,谢谢!@unsky
Hi,I tired your voc_window_file.m scripts in data/voc/ ,but it did not work. I am not familiar with Matlab,can anybody help?Thank you.
According to instructions, I made all the environment that needed.But when I train the project, the code can't move on! Has anybody successfully run this project?