-
Can you plaease provide the code for conversion of pascal voc to yolo .txt
or can you help me with my code:
from __future__ import division
import xml.etree.ElementTree as ET
import glob
import…
-
i tested it on image & im getting the mask, now i want to save this mask/annotations in yolo or mask rcnn or any segmentation format.
what should i need to do.
thanks.
-
### Search before asking
- [X] I have searched the HUB [issues](https://github.com/ultralytics/hub/issues) and found no similar bug report.
### HUB Component
_No response_
### Bug
Using yolo det…
Aq114 updated
3 months ago
-
Hello!
I've been trying to finetune on my own dataset and have updated the file paths and the number of classes in the configuration file. Could you advise if there's anything I've missed that migh…
-
It might be very useful to allow users to download data directly into an ML ready format such as YOLO.
I could probably repurpose some of the dataset utilities I developed for camera traps to do t…
-
hello!
i find your project really helpful and it makes auto-labeling really easy.
i have a request to ask! yolo models have been added to this project for auto-labeling when lots of object detectio…
-
I have followed provided notebook for dataset splitting with one notable change - instead of downloading the dataset I have imported my own using importer.Import... . I have tested it in a couple of w…
-
Using CVAT as an annotation tool, when running ‘export task dataset” in two different formats, then converting to yolo using JSON2YOLO we get the following results:
CVAT file. Label file…
-
I want to be sure that the code provides the correct anchors for yolo V3. Therefore, I am trying to validate the code by recalculating the anchors on COCO dataset which is (AFAIK) the dataset that was…
-
Hi,I am new to object detection and have been struggling on training Yolo on my data for the past few days. So I would really appreciate any suggestion.
I am able to generate the files like "after_c…