-
I was using curl to export 15000 yolo formatted annotation files and got an error at 2:07
curl: (28) Failed to connect to xxxx port 50005 after 127241 ms: Couldn't connect to server
The export scrip…
-
Hi there, I tried to reproduce the training phase, I took a look at the initial data cfg - "config/target.yaml", I don't really understand the train, test split claimed in it, and I also browsed in yo…
-
Hi Andre, I hope you’re doing well! I’d like to get your advice on something. If I decide to change my dataset, what adjustments would I need to make throughout the workflow? Are there specific things…
-
### 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…
-
**Describe the bug**
I used MakeSense and exported the annotations to YOLO format, but when I uploaded these image files again and imported these annotations, it fails with error message as follow:
…
-
I was trying to annotate bounding boxes in a video and trying to export the annotations into YOLO format {images, labels.txt}
**Describe the solution you'd like**
I would like to annotate videos a…
-
Hi everyone!
I have tagged with Grounding Sam ML Backend in Label Studio: https://labelstud.io/blog/using-text-prompts-for-image-annotation-with-grounding-dino-and-label-studio/ and this is the res…
-
### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://github.com/cvat-ai/cvat/tree/master#documentatio…
-
### 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
…
-
Hi @glenn-jocher
I have a question regarding yolo annotation format.
Does YOLO take polygon types annotation boxes?
If yes, then how can we convert polygon to yolo format?
Thanks