Vipul Garg
Vipul Garg
> try to compile with c++14 Modify CMakeLists.txt set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")-->set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14") Thanks. It worked for me :)
Please check this. https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/1401 You may have to update your cmake-gui
Refer to this issue #8
Use this [link](https://s3-us-west-1.amazonaws.com/udacity-selfdrivingcar/vgg.zip) to download the vgg.zip and extract it in the data folder
I am using ubuntu 20.04 and noetic and it ran in the first attempt. Did it build successfully on `catkin_make`?