darknet-nnpack icon indicating copy to clipboard operation
darknet-nnpack copied to clipboard

Darknet with NNPACK

Results 42 darknet-nnpack issues
Sort by recently updated
recently updated
newest added

cmake -G Ninja -DBUILD_SHARED_LIBS=on-DCMAKE_C_FLAGS=-march=armv6k .. Hi, i tried to run this command cmake -G Ninja -DBUILD_SHARED_LIBS=on-DCMAKE_C_FLAGS=-march=armv6k .. but the process always stuck at [37/123] Building CXX object CMakeFiles.../test/convolutional-outpu/alexnet.cc.o did you...

I failed to build NNPACK-darknet through ninja. Therefore, i swtiched to cmake/make instead. Below is the cmake command i used cmake .. -DCMAKE_C_FLAGS=-march=armv6k However, when I try to build darknet-nnpack,...

What are the modifications that I should do in the make file

Hi when i want to make or install it on RPi2 i get this error I have installed all requirement successfully but cant make it. I am trying on Raspbian...

Hello , i am getting the following error : pi@raspberrypi:~/NNPACK-darknet $ $NINJA_PATH/ninja [1/72] CC deps/pthreadpool/src/pthreads.c FAILED: /home/pi/NNPACK-darknet/build/deps/pthreadpool/src/pthreads.c.o gcc -o /home/pi/NNPACK-darknet/build/deps/pthreadpool/src/pthreads.c.o -c /home/pi/NNPACK-darknet/deps/pthreadpool/src/pthreads.c -MMD -MF /home/pi/NNPACK-darknet/build/deps/pthreadpool/src/pthreads.c.o.d -std=gnu11 -g -pthread -O2 -I/home/pi/NNPACK-darknet/deps/pthreadpool/include...

when I install the darknet-nnpack I have an issue on step of "$NINJA_PATH" [62/147] LINK bin/transform-benchmark FAILED: /home/pi/ninja/NNPACK-darknet/bin/transform-benchmark g++ -pthread -o /home/pi/ninja/NNPACK-darknet/bin/transform-benchmark /home/pi/ninja/NNPACK-darknet/build/bench/transform.c.o /home/pi/ninja/NNPACK-darknet/build/bench/median.c.o /home/pi/ninja/NNPACK-darknet/build/bench/memread.c.o -lrt /home/pi/ninja/NNPACK-darknet/lib/libnnpack.a /home/pi/ninja/NNPACK-darknet/lib/libpthreadpool.a /home/pi/ninja/NNPACK-darknet/lib/libpthreadpool.a(pthreads.c.o): In...

I try to build darknet-nnpack after install nnpack trough this [command](https://github.com/digitalbrain79/darknet-nnpack/issues/60#issuecomment-795236916) cause ninja doesn't work But when I try it failed, I think he doesn't found the nnpack or something...

please all i have this error message when i reach cd darknet--nnpack make /usr/bin/ld: /home/pi/ninja/NNPACK-darknet/deps/pthreadpool/src/pthreads.c:459: undefined reference to `pthreadpool_deallocate' /usr/bin/ld: darknet: internal symbol `pthreadpool_allocate' isn't defined /usr/bin/ld: final link failed:...

Hi I am making human detection application using Pi 4 with yolo and opencv dnn i am trying to install the package to make the performance better but i don't...

Hello could someone help on how i can use the project to detect from a pi camera ? Please Thank you