-
I could really use your help with some issues I am having with YOLO following your tutorial.
First I want to ask you about the dataset. I have a dataset which is images of metal steel surfaces whic…
mehio updated
4 years ago
-
Thanks for the great script. But I could not figure out why the image size is not used? The image is read and the size of it is written to [im_h,im_w] but they are not used. I expected that before
…
-
Hi,
I am training YOLOv3 on my custom dataset. I trained for about 3400 iterations and the error seems to be converging at around 0.3. However, when I run the map test with ./darknet detector map..…
-
Hi, I finally was able to run a successful training on a subset of the VOC dataset. The only modifications that I needed to make to the .cfg file were
batch = 8 (in order to not run out of GPU memo…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
Select a suitable object detector and train it on a dataset of chess pawns. You can use any of the dataset in the links provided.
1. https://public.roboflow.ai/object-detection/chess-full
2. https…
-
Hi, I'm training tiny-yolov2 on one TITAN Xp with `--gpu 0.9` and `--batch 64`, and found the training speed is very slow, say 8500 steps / 15 hrs. CPU utility keeps ~400%, but GPU utility is mostly 0…
-
Hi everyone,
I'm very new in Yolo and Object Detection and I have a problem somewhere.
I am trying to detect my own objects with a docker container.
I pulled inqdocker/docker on dockerhub.
H…
-
i run my codes on [RTX2080ti*6] system
1. when i train on my custom dataset with a single gpu, gpu utils(30~40%) are low.(even when i set pin_memory = True) my training command is below. How can i …
-
Hello!
Any plans to release a version for OIDv5 anytime soon?