tryolabs / norfair

Lightweight Python library for adding real-time multi-object tracking to any detector.
https://tryolabs.github.io/norfair/
BSD 3-Clause "New" or "Revised" License
2.34k stars 237 forks source link

getting error while building docker image #275

Closed sanskarupjao closed 8 months ago

sanskarupjao commented 11 months ago

When i'm trying to run run_gpu.sh it's giving me this error, "ERROR: failed to solve: process "/bin/sh -c cmake -D BUILD_PYTHON=ON -D BUILD_CAFFE=ON -D BUILD_EXAMPLES=ON -D GPU_MODE=CUDA -D USE_CUDNN=OFF -D CMAKE_BUILD_TYPE=Release -D DOWNLOAD_BODY_COCO_MODEL=ON -D DOWNLOAD_BODY_MPI_MODEL=ON -D DOWNLOAD_HAND_MODEL=OFF -D DOWNLOAD_FACE_MODEL=OFF .." did not complete successfully: exit code: 1". please check and help me out

aguscas commented 9 months ago

Hello! Sorry for the late response. The issue you are experiencing seems to be more related to Openpose rather than Norfair, more in particular when downloading the models. You might find this link useful, especially the Download Server Down error in the FAQs. I will have to look deeper into it. If you have already managed to fix it, please let us know so we can update the dockers.