1adrianb / 1adrianb/binary-human-pose-estimation
cpu support?
- Vorherrschende Sprache
- Lua
- Sterne
- 214
- Forks
- 67
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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)
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
The CMakeLists.txt at line 10 calls FIND_PACKAGE for CUDA. Examine the CMake configuration to understand the build dependencies and conditional logic for GPU support. Look for existing CPU build options or flags in the project. The goal is to modify the build to work without CUDA, likely by adjusting CMakeLists.txt and related build scripts.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- cmake, lua
- Bereich
- build-system, computer-vision
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100