-
I get this error:
Traceback (most recent call last):
File "detect.py", line 171, in
model(get_test_input(inp_dim, CUDA), CUDA)
File "/home/akshayj/anaconda3/lib/python3.5/site-package…
-
Hi Everyone,
I have been training different YOLO networks for my custom dataset following the repository from @AlexeyAB and i am quite puzzled about the performance obtained for each network.
I a…
-
I want to train the Yolov3 network instead of the tiny Yolov3 network. With tiny I can train but when I switch to yolov3 I have a memory problem.
My network contains about 1000 photos
# YOLO opti…
-
the tiny-yolo.weights model (for COCO) provided on the website doesn't mention mAP. However, running `./darknet detector demo cfg/coco.data cfg/tiny-yolo.cfg tiny-yolo.weights ` detects nothing. But t…
-
Hi, I have a problem with the sample. Would you please help me?
OpenVINO docker,
Ubuntu 1604,
x86_64,
I followed the steps in your script.txt file to generate the *.xml and *.bin file of…
-
Hi AlexeyAB,
If I want to train a tiny yolo network, which cfg file should I use? tiny-yolo-voc.cfg, tiny-yolo.cfg or tiny.cfg? Besides, what will be the pre-trained weights from imagine, similar t…
-
I created a model with 4 classes (cat,dog,car,human) starting from and original tiny-yolo-voc downloaded from https://pjreddie.com/darknet/yolo/, and after I trained it using 2007 dataset downloaded f…
-
Hi:
when I use ./darknet detector train cfg/voc.data cfg/tiny-yolo-voc.cfg tiny-yolo-voc.weights to train my
own datasets,it cause Segmentation fault,but I dont't how to fix it .
here is gdb re…
-
**Describe the bug**
Nothing happens after running darknet_ros.launch
weights seem to have loaded, and the image topic is fine, but nothing happens.
The same code is normal on my other machine
he…
-
I'm trying to get Yolo to run on NVDLA, but when I compile the caffemodel and prototxt this is what I get:
![image](https://user-images.githubusercontent.com/23213545/67361726-e7802780-f582-11e9-9a…