-
Hi, I've followed your tutorial in order to train Tiny YOLOv3 with drone images. After ~1900 iterations I'm still not getting any detection even on training images, which is strange. I've tested with …
-
Does found mean all class of objects?
Does empty mean negative samples?
and missing mean?
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
SimianCraft is providing 5 diversity tickets ($750 value)
-
I tried to run [Ultralytics](https://github.com/ultralytics/ultralytics) using the most recent release.
Minimal example to reproduce:
```python
from ultralytics import YOLO
import pytorch_ocl
…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Trai…
-
Hi!
First off thank you for creating this repo. I've been looking for something to test the accuracy of my data.
I trained and tested following AlexeyAB's step by step guide. Everything works we…
-
Problem: Traditational CNN models are much slower than YOLOv7 due their complex multi-stage pipeline
Solution: YOLOv7 is 509% faster and has 2% higher accuracy than Mask-R CNN Model
It requires s…
-
max_epoch is 50. CPU mode in 46th epch get following error message.
`------------CPU Mode for This Batch-------------
2022-01-22 10:52:24 | ERROR | yolox.models.yolo_head:332 - OOM RuntimeError…
-
Currently, Spark ```@pandas_udf``` does not support UDT for both input and output.
We should contribute to Spark to make the following code feasible.
```
df = spark.createDataFrame([Row(id=1, i…