-
Hi,
I am trying to convert the Pytorch model to TFLite model. However I am getting the following error
```
TensorFlow SavedModel: export failure ❌ 13.7s: cannot import name 'C3' from 'models.common…
-
Hi,
Where can I get the config for YOLOv9-s model? is it not released yet?
-
Thanks for awesomes works! I recently try to fine-tune my own model based yolov9 and can be obtain pt file sucessfully. After converting pt into onnx, I try to deploy onnx into tensorrt. the probelm o…
-
I'm trying to convert yolov9-c-seg.pt to ONNX, using `export.py`, but I get the following error. Has anyone else hit this?
One note is that I had to make a change to get `segment/predict.py` runnin…
-
hello, thank you for your code. I am training a yolov9-model for document image layout detection。I got a good map on my validate set。But the question is text detection some time got a bad width regre…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Export
### Bug…
-
### 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 [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
In the official table and research paper, the listed number of parameters and FLOPs for YOLOv9-t equal 2.0M and 7.7G. But when training from scratch:
`python -m torch.distributed.launch --nproc_per_n…
-
I was wondering if pytorch_lite can get YOLO v9 support in future?
Just a feature request :)