YoloV2NCS icon indicating copy to clipboard operation
YoloV2NCS copied to clipboard

This project shows how to run tiny yolo v2 with movidius stick.

Results 22 YoloV2NCS issues
Sort by recently updated
recently updated
newest added

Hi there i wanted to convert tiny yolo cfg to yolo prototxt but i am getting this error. configparser.DuplicateOptionError: While reading from 'tiny-yolo-azface-fddb.cfg' [line 44]: option 'batch_normalize' in section 'convolutional'...

i want to know if the project is only for tiny yolov2, or it can support yolov2 as well.

What is problem? mvNCCompile not found. mvNCCompile ./models/caffemodels/yoloV2Tiny20.prototxt -w ./models/caffemodels/yoloV2Tiny20.caffemodel -s 12 Thanks

Hi, I'm using NCS2 with Ubuntu 16.04. I have installed ncsdk2 as well. However, I'm facing this error (W: [ 0] ncDeviceOpen:528 ncDeviceOpen() XLinkBootRemote returned error 3) when I try...

The I converted my .weights file to caffe `ERROR:root:region layer is not supported` but I got the weight file when i run the command ` python3 ./detectionExample/Main.py --image ./data/dog.jpg` error...

I just checked out your repository and ran the shell script convertyo.sh using your example yolo .cfg & .weight files. python create_yolo_caffemodel.py -m tiny-yolo-voc.prototxt -w tiny-yolo-voc.weights -o tiny-yolo-voc.caffemodel I get...

I am trying to get this working on an RPi 3B using the Movidius API. When I trying running `make` after making the adjustments listed in #11 , I get...

This repo can run on raspi 3 b+ successful, demo test (yolov2-tiny) time cost 715ms.

@duangenquan when i change your default model as caffe type by running the command: sh ./models/convertyo.sh the following errors, happens: ![default](https://user-images.githubusercontent.com/33115396/40107573-2f79aaca-592b-11e8-93a0-f40374b12af2.png) would you please tell me how to solve it?...

I'm using your script from [create_yolo_caffemodel.py](https://github.com/duangenquan/YoloV2NCS/blob/master/python/create_yolo_caffemodel.py) to convert the new YoloV3 model to a caffemodel and prepare it for the Movidius stick, but I'm getting the following [error](https://github.com/duangenquan/YoloV2NCS/blob/master/python/create_yolo_caffemodel.py#L133): "ERROR: size...