-
-
Hi, first let me thank you for all the work you put in this repo, it's amazing.
What I'm trying to do is to train a custom model with some of my own pics & labels, and some of the COCO pics & label…
-
**Describe the bug**
I'm trying to train a single class with YOLOv3, however it keeps giving me "Recommend correcting image and label paths" error even if I have put images and labels in the exact di…
-
I try to use your application with my own data:
_yolov3_ls_2000.weights
yolov3_ls.cfg
obj.names_
Then I run
` python detect.py --cfg cfg/yolov3_ls.cfg --weight weights/yolov3_ls_2000.weights`
I …
-
u版的输入如下命令python detect.py --cfg cfg/yolov3.cfg --weights weights/yolov3.weights --source 0 --conf-thres 0.1可以调用摄像头且正常识别。
没看到您有介绍如何test或detect的教程,所以我在这里也这么使用,但是无法识别,如下图,cfg也改成test模式了。请问什么原因。
![image]…
-
**Describe the bug**
I'm trying to convert the Ultralytics model to CoreML so I can use it in a mobile app, however I get an error while converting from ONNX to CoreML.
Do you have any code availa…
-
This is just feedback.
according to:
https://towardsdatascience.com/when-conventional-wisdom-fails-revisiting-data-augmentation-for-self-driving-cars-4831998c5509
My data is kind of the self-dr…
-
```
python3 ./train.py --cfg cfg/yolov3-spp-1cls.cfg --weights weights/darknet53.conv.74 --data data/collector.data --epochs 10
/root/projects/yolov3_master/models.py
try:
…
-
Hi, I use my custom data and finish the training by overriding **yolov3.cfg** and **coco.data**.
![Screenshot from 2019-12-17 12-21-50](https://user-images.githubusercontent.com/42731603/70964997-162…
-
I would like to convert a custom Darknet model to ONNX using PyTorch as intermediate, my model has been trained with only one channel (grayscale images), custom image size and only one class.
I am …