-
Hi,
I am trying to train tolov3 on a subset of the google open images. it has 601 classes.
after a little while (sometimes two lines, sometimes l20 sometime 60) it core dumps.
attached please f…
-
在yolo源码训练模型后进行测试效果:
![image](https://user-images.githubusercontent.com/20382521/66480143-8a8b6880-ead0-11e9-9753-9dfbcbf4a335.png)
执行python darknet2caffe.py转换为caffe模型进行测试效果:
![image](https://user-i…
-
The project uses densecap, but the original author disabled it. There is no explanation why it was disabled. We should be trying to get it to run and evaluate if it is usable or if we need a new machi…
-
I have a coco.json file but when I run this script I've got the following error:
```
Traceback (most recent call last):
File "./run.py", line 88, in
main(name, file)
File "./run.py", lin…
-
when i tried to use yolo v3, some error happpened, while its ok using yolo2
![aaaaa](https://user-images.githubusercontent.com/15955127/38031775-9da57d5e-32ce-11e8-98a7-d36932d703e7.png)
-
Demonstration of YOLO is impressive! However, I'm wondering if there is a way to get predictions for a batch of images, say from a given directory, and save the names of detected classes to a txt file…
-
Hi,I am new to object detection and have been struggling on training Yolo on my data for the past few days. So I would really appreciate any suggestion.
I am able to generate the files like "after_c…
-
I followed the example of `test_detector()` in examples/detector.c to make a C++ interface for YOLO. The code is compiled using g++ and C++11 (the darknet.h file and libdarknet.so file must be in the …
-
Hi @AlexeyAB ,
here's my conf :
- Ubuntu 14.04.5 LTS
- GeForce GTX 750 Ti 2GB
- Nvidia Driver Version 375.39
- CUDA Version 8.0.61
- CUDNN 6.0.21
darknet executable crashes when I try to ru…
-