-
Hi,
I need to train yolov7 on custom data. I labeled my data using online annotation tool that generates coordinates of polygon boxes that look like the following: 0 100 120 150 160 300 580 400 700…
hdm30 updated
9 months ago
-
### Search before asking
- [X] I have searched the HUB [issues](https://github.com/ultralytics/hub/issues) and found no similar feature requests.
### Description
attendance system
### Use case
_…
-
I encountered an issue while trying to quantize the YOLOv8s model using the Ryzen AI quantizer. Below are the details of the error:
### Error Message:
```
No CUDA runtime is found, using CUDA_HOM…
-
when i use "./test_yolo.py model_data/yolo.h5" and see the code in test_yolo.py, i find there is only 80 classes in model_data\pascal_classes.txt. but the paper said "can detect over 9000 object categ…
-
### 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…
-
##### System information (version)
- OpenCV => `4.5.0-dev` (built from repo on Jetson AGX Xavier)
- Operating System / Platform => `linux aarch64`
- Compiler => `cmake`
##### Detailed descript…
-
Hi
Thanks for sharing your work. I noted that you have integrate the IA into your yolo. If I want to just train the CNN DIP, how should it be done? How the dataset is to be labelled . Thanks
-
```
from ultralytics import YOLO
import cv2
model = YOLO("yolov5s.pt")
# from ndarray
im2 = cv2.imread("cat1.jpg")
results = model.predict(source=im2, save=True, save_txt=False) # save pred…
-
Hi,
I followed https://wiki.loliot.net/docs/lang/python/libraries/yolov4/python-yolov4-edge-tpu/ to train a model with only one class.
If I use the original yolov4-tiny.cfg, the training works no…
-
Hi,
I hava been trying to train an own detectro with yolo-tiny and darknet, but this error is showed: **Can't open label file. (This can be normal only if you use MSCOCO): /home/multifisica-sujetar…