CrowdDetection icon indicating copy to clipboard operation
CrowdDetection copied to clipboard

Erro when compiling

Open Jav9710 opened this issue 3 years ago • 3 comments

Hi, when i make sh ./setup.sh i get this error

nms.cu:1:10: fatal error: megbrain_pubapi.h: No such file or directory #include "megbrain_pubapi.h" ^~~~~~~~~~~~~~~~~~~ compilation terminated.

How can i fix it?

Jav9710 avatar Nov 04 '21 03:11 Jav9710

You can directly remove nms_opr.py and continue the compilation. Or just remove the nms directory and find a new NMS from the Internet.

yexiguafuqihao avatar Mar 21 '22 04:03 yexiguafuqihao

You can directly remove nms_opr.py and continue the compilation. Or just remove the nms directory and find a new NMS from the Internet.

Where is the nms_opr.py file? I can't find it.

hbu-cv avatar Mar 27 '22 09:03 hbu-cv

You can directly remove nms_opr.py and continue the compilation. Or just remove the nms directory and find a new NMS from the Internet.

Where is the nms_opr.py file? I can't find it.

nms_opr.py is a script built in our inner DL framework. It's has nothing to do with existing code.

yexiguafuqihao avatar Mar 28 '22 03:03 yexiguafuqihao