-
1. How to call AnnotationSet
NameError: name 'AnnotationSet' is not defined. Did you mean: '__annotations__'?
2. How to call Annotation
annotation = Annotation.from_labelme(file_path="path/to/fil…
-
Is there any way to load annotation in COCO/YOLO format and modify it? This would be very helpful.
-
### Search before asking
- [X] I have searched the Ultralytics [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests.
### Description
Undoubtedly YOLO i…
-
I am trying to upload annotations in YOLO 1.1 ZIP format.
If Korean files are mixed,
[Errno 2] No such file or directory
It has been confirmed that the file name is in English and is normal.
…
-
### 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…
-
While using the auto-annotation feature, I encountered an issue where the bounding boxes generated by the tool sometimes extend slightly outside the image boundaries, particularly near the edges of th…
-
I am getting some weird results after training with yolo. I am now trying to verify that my annotation is correct
Exemplar data:
X_min=601
X_max= 827
Y_min=225
Y_max =624
width(Image)=1068
heig…
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
在使用EIseg标注图像分割完成之后, 有对应的脚本转化为yolo格式么, 如果有的话支持那种…
-
Hello, I have read your paper and thank you very much for your work. Does the SMD-plus dataset have YOLO format annotations? I would be very grateful if you could provide it
PZDJL updated
10 months ago
-
The YOLO converter take into account the prediction score but it is mising from the COCO importer.
I just added "score": annotation['score'] in create_bbox as a workaround but it must be pretty eas…