binary-human-pose-estimation icon indicating copy to clipboard operation
binary-human-pose-estimation copied to clipboard

cpu support?

Open ouceduxzk opened this issue 6 years ago • 2 comments

Hi, I am trying to install your amazing software on my mac without nvidia gpu, bnn does not build since it tries to find cuda:

CMake Error at /usr/local/Cellar/cmake/3.10.2/share/cmake/Modules/FindCUDA.cmake:682 (message): Specify CUDA_TOOLKIT_ROOT_DIR Call Stack (most recent call first): CMakeLists.txt:10 (FIND_PACKAGE)

ouceduxzk avatar Jan 23 '18 15:01 ouceduxzk

Hi @ouceduxzk thanks a lot for your interest and kind words! Unfortunatelly at this moment there is no possiblity to run it on a CPU, because there is no cpu code written for it. In able to be able to run it, one will need to convert this https://github.com/1adrianb/bnn.torch code to cpu from cuda.

Thanks and sorry for this inconvinience.

1adrianb avatar Jan 24 '18 11:01 1adrianb

@1adrianb thanks for your quick response, another unrelated question : are you planning to work on the bnn model for multi-person pose estimation, I am more interested to see how is the performance and speedup tradeoff in this case. THanks

ouceduxzk avatar Jan 24 '18 17:01 ouceduxzk