HaroldSP
HaroldSP
> The `awb` option isn't supported by the UVC plugin. I assume you're running the raspicam in USB mode? You will need to run it in `camera="raspi"`-mode for raspicam options...
@Jaswar @ivanh23 This helped in my case https://github.com/Maratyszcza/NNPACK/issues/189#issuecomment-627540950 But the thing is that I've faced the following issues https://github.com/digitalbrain79/darknet-nnpack/issues/53#issuecomment-629628245 So if you will reach some positive results, it would be...
@Jaswar @ivanh23 @Shivankit99 Gentlemen, here's the small [wiki]( https://github.com/HaroldSP/Harold/wiki/4.-Installing-darknet-nnpack-to-run-YOLOv3-on-Raspberry-pi-4) that I've written. > Hi @ivanh23 @HaroldSP > I have omitted the problem by simply downloading the disk image from this...
@Jaswar Yep, my full list is that one: GPU=0 CUDNN=0 OPENCV=1 NNPACK=1 NNPACK_FAST=1 ARM_NEON=1 OPENMP=0 DEBUG=0 QPU_GEMM=0 What is yours? This is how much time does it take to predict...
> Dear, > > during `$NINJA_HOME/ninja` running, > following error occured and build process stopped; > > ``` > [30/147] CC deps/pthreadpool/src/pthreads.c > FAILED: /home/pi/Downloads/NNPACK-darknet/build/deps/pthreadpool/src/pthreads.c.o > gcc -o /home/pi/Downloads/NNPACK-darknet/build/deps/pthreadpool/src/pthreads.c.o -c...
@mipsan @angmorpri , thanks, it actually helped to build, but later than I was following the various instructions, like: > do a ls and you should be able to find...
@mipsan @angmorpri Thanks everyone, finally it works! Here's the small [wiki]( https://github.com/HaroldSP/Harold/wiki/4.-Installing-darknet-nnpack-to-run-YOLOv3-on-Raspberry-pi-4) that I've written.