DytanVO icon indicating copy to clipboard operation
DytanVO copied to clipboard

Header file missing while compiling the DCN network

Open Jushan-Randy-Chen opened this issue 10 months ago • 0 comments

Hi,

It looks like one of the header files required for compiling the DCN network is missing. When I ran the compilation

cd Network/rigidmask/networks/DCNv2/; python setup.py install; cd -

I got the following error:

/mnt/c/Users/Randy/projects/DytanVO/Network/rigidmask/networks/DCNv2/DCN/src/cpu/dcn_v2_cpu.cpp:8:10: fatal error: TH/TH.h: No such file or directory
    8 | #include <TH/TH.h>
      |          ^~~~~~~~~
compilation terminated.
error: command '/usr/bin/gcc' failed with exit code 1
/mnt/c/Users/Randy/projects/DytanVO

Jushan-Randy-Chen avatar Apr 12 '24 22:04 Jushan-Randy-Chen