You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I was trying to use your colab notebook for Pose Detection with OpenPose. Great job, it really helped me :)
But unfortunately, every time when I have to use it, I have to install and build OpenPose so I start wondering if there is a way to save the installation.
I tried to build it on a folder in my drive but this error occurs:
[ 97%] Linking CXX executable cpp_classification/classification
ln: failed to create symbolic link '/content/gdrive/My Drive/Colab Notebooks/OpenPose/openpose/build/caffe/src/openpose_lib-build/examples/cpp_classification/classification.bin': Operation not supported
examples/CMakeFiles/classification.dir/build.make:119: recipe for target 'examples/cpp_classification/classification' failed
make[5]: *** [examples/cpp_classification/classification] Error 1
make[5]: *** Deleting file 'examples/cpp_classification/classification'
CMakeFiles/Makefile2:720: recipe for target 'examples/CMakeFiles/classification.dir/all' failed
make[4]: *** [examples/CMakeFiles/classification.dir/all] Error 2
The text was updated successfully, but these errors were encountered:
Hi! I was trying to use your colab notebook for Pose Detection with OpenPose. Great job, it really helped me :)
But unfortunately, every time when I have to use it, I have to install and build OpenPose so I start wondering if there is a way to save the installation.
I tried to build it on a folder in my drive but this error occurs:
[ 97%] Linking CXX executable cpp_classification/classification
ln: failed to create symbolic link '/content/gdrive/My Drive/Colab Notebooks/OpenPose/openpose/build/caffe/src/openpose_lib-build/examples/cpp_classification/classification.bin': Operation not supported
examples/CMakeFiles/classification.dir/build.make:119: recipe for target 'examples/cpp_classification/classification' failed
make[5]: *** [examples/cpp_classification/classification] Error 1
make[5]: *** Deleting file 'examples/cpp_classification/classification'
CMakeFiles/Makefile2:720: recipe for target 'examples/CMakeFiles/classification.dir/all' failed
make[4]: *** [examples/CMakeFiles/classification.dir/all] Error 2
The text was updated successfully, but these errors were encountered: