Rahul Rouniyar
Results
2
comments of
Rahul Rouniyar
Error related to pyopenpose is due to parameter PYBIND11_INSTALL in file CMakeCache.txt which prevents building openpose in python. We need to set the paramater to ON so that pyopenpose can...
Did you rebuild it in cmake after configuring PYBIND11_INSTALL ? i.e. "!cd openpose && cd build && cmake .. !cd openpose && cd build && make -j`nproc`" Can you share...