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

HI, I am trying to run detection on multiple images (currently static images, will be image snapshots from a video in the future) on my Raspberry PI 3, the CLI...

the make process ends with this error and I can't run darknet ![image](https://user-images.githubusercontent.com/19422675/48005349-8104be00-e113-11e8-81ff-1f855de6b372.png)

I ran the out of the box demo on a 2 minutes video which has 8 fps. After demo is complete the "test_dnn_out.avi" file is of 30 seconds. I am...

Hello guys, I managed to compile and run the tiny YOLO weights with 1.3s / img like the instruction. I see that there are 2 library files: libdarknet.so and libdarknet.a....

hey, I'm testing this out on the raspberry pi 3. I'm noticing that the work load is not really distributed evenly among the cores. One of the cores is taking...

Hi @digitalbrain79 Thx for this awesome repo. Thanks to your repository, I can run yolov3-tiny in RP 3B + with 1.2 FPS. I am planning to use [Movidius NCS](https://software.intel.com/en-us/neural-compute-stick) together...

How to reproduce: Install darknet-nnpack following the instructions in the README file. ``` > gdb --args ./darknet detector test cfg/coco.data cfg/yolov3-tiny.cfg yolov3-tiny.weights data/dog.jpg GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git Copyright (C)...

/usr is controlled by package manager, manually installed stuff should go to /usr/local

Any plans to add XNOR capability? AlexeyAB now has XNOR working

Hello i was wondering why im getting different results while doing inference with a model trained in alexeyAB network compared to my RP3 32Bit raspbian? is it because the 32...