msnh2012 / Msnhnet

🔥 (yolov3 yolov4 yolov5 unet ...)A mini pytorch inference framework which inspired from darknet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compile faile

Lewis-luo opened this issue · comments

make[2]: *** Waiting for unfinished jobs....
In file included from /usr/include/c++/5/chrono:35:0,
from /home/lfb/Msnhnet/include/Msnhnet/config/MsnhnetCfg.h:7,
from /home/lfb/Msnhnet/include/Msnhnet/config/MsnhnetCuda.h: ,
from /home/lfb/Msnhnet/include/Msnhnet/core/cuda/MsnhBlasGPU.h:5,
from /home/lfb/Msnhnet/src/core/cuda/MsnhBlasGPU.cu:1:
/usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support \

Please list your platform

ubuntu16.4
opencv 3.4.6
GPU GTX 1080
cuda 10.2

And your cmake version?

cmake version 3.16.20191024-g490da0b

I’ve fixed some bugs, your can try new version.