-
Hi,
I guess this is more a general question about training a CNN but YOLO is the one i'm using. I've started my training set for 'person' detections by labelling some data from different cameras vi…
-
Is MSCOCO dataset diffrent from coco dataset in this code? If I just download coco dataset,can I run this code either? And how to make my custom dataset? I have one test dataset(all png), one train…
-
This is a simple example of bigger problem. For example, I would like to have YOLO with 2 classes.
- `car` - generic class trained on all passenger cars images,
- `ford` - specific class trained onl…
-
Hi
@AlexeyAB I'm going to add rotation augmentation and label smoothing to yolo source. but I think it's going to be hard for me to debug the code and find where to put my augmentation code exactly.…
-
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
I ran Yolov3-tiny and Yolov3. But both of them miss out on medium to long range people. This is for the crowd counting application. I want to increase accuracy and detect far off people too. Need accu…
-
Hello! I've been trying to train a yolov1 model and this is my training output:
[kriyengYoloResults.txt](https://github.com/AlexeyAB/darknet/files/4637376/kriyengYoloResults.txt)
This is the confi…
-
I collected ~1500 labelled data and train with yolo, got a training loss of ~10, validation loss ~ 16. Obviously the fact is to use real test data to evaluate the performance, but is there a way to te…
-
Hi @AlexeyAB,
I'm working on an object detector for autonomous driving (car, truck, pedestrian, bicycle, motor).
I have so far trained Tiny YOLO v3 on BDD100K and Cityscape.
I want to improve per…