-
### 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
…
-
"File "train_dual.py", line 70
LOGGER.info(colorstr('hyperparameters: ') + ', '.join(f'{k}={v}' for k, v in hyp.items()))
^
Sy…
-
### 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 tried reproducing the results in this [notebook](https://github.com/nebuly-ai/nebuly/blob/main/optimization/speedster/notebooks/pytorch/Accelerate_PyTorch_YOLOv8_with_Speedster.ipynb) but I got the …
-
### Question
Hi,
I use yolov5x with this setting (train: 70%, val: 10%, test: 20%)
```
train: images/train # train images (relative to 'path') 128 images
val: images/val # val images (relativ…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
_No response_
…
-
```
from strong_sort import StrongSORT
tracker = StrongSORT(model_weights='model.pth', device='cuda')
pred = model(img)
for i, det in enumerate(pred):
det[i] = tracker[i].update(detection, …
-
I have trained my Yolov9 model for instance segmentation on my custom dataset, now when I am trying to load my model then I am getting an error.
```
from ultralytics import YOLO
model = YOLO("…
-
🎯 Goal
The aim is to create a deep-learning model that will detect cars on real-time from a drone or a UAV using deep learning techniques.
🧵 Dataset
The link for the dataset used in this project:…
-
According to https://github.com/dlstreamer/dlstreamer/issues/206#issuecomment-1188346806
gvadetect sets parent_id field only if inference-region=roi-list (second gvadetect in your pipeline).
Once …