I wan to try Openpose:
https://github.com/CMU-Perceptual-Computing-Lab/openpose
in my laptop with an AMD video card,so no cuda is possible,
is that possiable?How?
Running caffe with non-NVIDIA card requires opencl branch. Integrating that branch with the caffe branch used by OpenPose
might be tricky (and might be straight forward - I haven't tried it myself).
If you want to "play it safe", you can disable ALL GPU support by setting
CPU_ONLY := 1
In your Makefile.config
before compiling caffe.
This way you'll have a CPU version that does not require any CUDA/NVIDIA support.