ubuntu20.04 版本下安装Openpose (包括Opencv,caffe,cuda,cudnn)的超详细笔记--更新于2021-4-14 (8)

#LIBS += -lopenpose_unity -lopenpose_producer -lopenpose -lopenpose_tracking -lopenpose_wrapper -lpenpose_thread -lopenpose_gui -lopenpose_filestream -lopenpose_gpu -lopenpose_hand -lopenpose_3d -lopenpose_utilities -lopenpose_pose -lopenpose_core -lopenpose_calibration -lopenpose_face -lopenpose_net

LIBS += -lopenpose

LIBS += -lcurand -lcublas -lcudnn -lcudart_static

LIBS += -lcudnn -lglog -lgflags -lboost_system -lboost_filesystem -lm -lboost_thread

LIBS += -pthread -fPIC -std=c++11 -fopenmp

# You can also make your code fail to compile if it uses deprecated APIs.

# In order to do so, uncomment the following line.

# You can also select to disable deprecated APIs only up to a certain version of Qt.

#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0

SOURCES += \

main.cpp \

mainwindow.cpp

HEADERS += \

mainwindow.h

FORMS += \

mainwindow.ui

# Default rules for deployment.

qnx: target.path = /tmp/$${TARGET}/bin

else: unix:!android: target.path = /opt/$${TARGET}/bin

!isEmpty(target.path): INSTALLS += target

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zwddjw.html