deep-high-resolution-net.pytorch
deep-high-resolution-net.pytorch copied to clipboard
setup problems in Win10
i installed MINGW in Win10 to execute commend "make", but it just showed the content of Makefile Just like this: (pytorch) E:\github\deep-high-resolution-net.pytorch-master\lib>make cd nms; python setup_linux.py build_ext --inplace; rm -rf build; cd ../../
i don't know what's wrong of it, did anyone meet this problem? And has anyone run this model in Win10?
I tried the same thing and got the same issue but then I did in Ubuntu.
@VD2410 can you please share the dependencies versions that you installed to run the training code? Thanks