yanxp / MetaR-CNN

Meta R-CNN : Towards General Solver for Instance-level Low-shot Learning
https://yanxp.github.io/metarcnn.html
177 stars 23 forks source link

Missing model/nms/src/nms_cuda.c #2

Closed lzhnb closed 4 years ago

lzhnb commented 4 years ago

When I try to run

sh make.sh

in lib it told me the bug

gcc: error: /mnt/Disk1/zhliang/code/MetaR-CNN/lib/model/nms/src/nms_cuda.c: No such file or directory
gcc: fatal error: no input files
compilation terminated.
...

So i copy the nms_cuda.c from faster-rcnn and then it run and compile perfectly. Please fix the bug. Thanks

yanxp commented 4 years ago

ok, Thanks!