Open SkyeSong38 opened 3 years ago
I m also getting error when running that
cpu/vision.h , No such file or directory
Same error. Any idea about it?
Same error. Any idea about it?
For missing "cpu/vision.h", I could get it worked around by copying this file directly to the csrc include folder under pytorch install dir. My env is pytorch1.7.1+GCC7.5 under ubuntu18.04
the csrc include folder under pytorch install dir
Can you explain in detail where the "the csrc include folder under pytorch install dir" is? Thank you.
cpu/vision.h , No such file or directory
For this question,I solved it by changing "#include "cpu/vision.h" into "#include "vision.h"" in both files "FCOS/fcos_core/csrc/cpu/nms_cpu.cpp" and "FCOS/fcos_core/csrc/cpu/ROI Align_cpu.cpp",I use Ubuntu18.04.
replace AT_CHECK with TORCH_CHECK n the code retry python setup.py build develop --no-deps
I'm getting above two errors, any ideas about thems?
when I run
python setup.py build develop --no-deps
the wrong information:
my environment: cuda=10.2, pytorch=1.5.1, g++ = 5.4