Peng
Peng
print(torch.version) shows pytorch1.7+cuda110. My cuda is 11.0, RTX3060. I have checked the possible solutions above but still have Error compiling objects for extension. Please help. running build running build_ext building...
$ ./example-app ../model.pt ../dog.png ../synset_words.txt load model ok execution time = 4.47019s Segmentation fault: 11 Can anyone help me out? Thanks
Scanning dependencies of target video_stabilization [ 33%] Building CXX object CMakeFiles/video_stabilization.dir/main.cpp.o /Users/peng/Documents/YSG/OD_dev/Real-Time-Video-Stabilization-master/main.cpp:5:10: fatal error: 'opencv2/nonfree/nonfree.hpp' file not found #include "opencv2/nonfree/nonfree.hpp" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make[2]: *** [CMakeFiles/video_stabilization.dir/main.cpp.o] Error 1 make[1]:...
I have tried to make your examples thor_demo.cpp. But i have met a small issue. I have copied the libthor.so from /usr/local/lib to the current example file. When make, it...
Hi where is the code source? Could you share it?