-
Hi,
Is it possible for you to release the yolov8 proposals file?
Best regards,
Pham
-
### 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…
-
After using the script provided by the author to convert yolov9s to yolov9-s-converted. pt, running val. py will result in the following error:
Traceback (most recent call last):
File "/home/cx/an…
-
### 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…
-
Hey everyone,
When can we expect a sample for YOLOv8?
-
I got this log after run colcon:TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'
I tried to upgrade my setuptools and colcon, it not helped。
Below is a…
-
您好,博主,感谢您的技术分享。用您的项目顺利部署成功并跑通训练脚本,但是原本数据集是obb形式,但在训练中似乎自动转成了hbb,也就是水平最小外接矩形框。以下是我标签格式:0 0.418945 0 0.25 0 0.25293 0.0859375 0.421875 0.0830078。训练过程中的train_batch0.jpg是这样的
![image](https://github.com/u…
-
Tflite model is not working, maybe because of the difference of shapes. I have Output 0: Shape: [ 1 39 8400] and your model has Output 0: Shape: [ 1 116 8400]. Can you help me fix it? Thank you…
-
File "/program/multiclassification/classify/yolov8/yolo_dalei.py", line 212, in detect_image
outputs = self.net(images)
File "/usr/local/python38/lib/python3.8/site-packages/torch/nn/modules…
-
Hi there,
Would it be possible for you guys to add an end2end tutorial for the YOLOv8 Segmentation models? I was wondering if it could be possible by modifying the code in the YOLOv8 pose tutorial …