-
I'm having trouble converting yolov9-e-converted.pt to a TensorRT model using export.py.
I've tested this on Windows 10, 11, and Ubuntu 22.04, and I'm using cuda12.4.1 and tensorrt 10.0.1.
I've enco…
-
Hello what is the format of train2017.txt for instance segmentation please, how to train for instance segmentation with our own dataset please and how to connect yolov9 to cuda for training please ?
…
-
### 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…
-
When I was training, the initial evaluation indicators were all normal, but after 30 rounds, the loss value became nan, and the map and other indicators also became 0. May I ask what is causing this? …
-
I want to run an inference on an RTSP stream, for person detection. I have cloned the repo, downloaded model C - **yolov9-c.pt**, and stored it in the **weights** directory.
I am running the code …
-
Okay, I think i found a solution for this one. You have to change line where process_mask function is called. So inside segment/predict.py change:
```python
masks = process_mask(proto[…
-
### 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…
-
### 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…
-
xi.view(feats[0].shape[0], self.no, -1) is resulting in a shape that is inconsistent with the expected shape [145, 145, -1]
```
Traceback (most recent call last):
File "train_dual.py", line 644, …
-
Getting an RuntimeError: Expected to have finished reduction in the prior iteration before starting a new one. when running the yolov9 gelan segmentation model on aws p4d.24xlarge instance
below i…