Xiang Yann, Lim
Xiang Yann, Lim
This looks very familiar when you use nvcc with conda's version of cudatoolkit. Is both of the version identical?
Cloning caffe should be included if you followed [this step ](https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/prerequisites.md#general-tips) to grab the submodules, because apart from caffe, pybind is needed too. Can you elaborate your step 6?
Also, it's `./build/examples/openpose/openpose.bin`, you missed the dot at the front in your execution. Remember to execute this command at root openpose folder instead of staying in the build folder.
Looks like it solved the szip, but now https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/1902#issuecomment-1024890817 is the new error.
Now https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/1892#issuecomment-1015648841
@Taylorminer The problem with that is due to not enough mem for CUDNN. CUDNN works worse than without it in CUDA>=11 See https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/1864#issuecomment-774706976 for more details. In short, compile OpenPose...
Is test.mp4 present in the media folder?
It was added automatically by the script in defender, which I had already disabled the defender a long while ago by group policy. I don't have any other antiviruses.
> Are there any miners successfully downloaded into the Bin folder? Or do just all of them fail? All failed to extract to the Bin folder, while Downloads folder had...
Nice! But I think the problem that needs to be fixed first is the performance degradation using cudnn>=8, or else a docker update might not be any useful. Does 18.04+CUDA11+cudnn8...