This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 837
Yolo Export Support #1034
Comments
Make your own Python script to convert the CSV output to whatever you want. |
Licht-T
added a commit
to Licht-T/VoTT
that referenced
this issue
Mar 27, 2021
Here is a pyhton script to convert from VoTT CSV to Yolo label txt files.
|
Here is an NPM module I've written to do the conversion: https://www.npmjs.com/package/vott2yolo |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
I want to use vott to label images for a yolov5 model.
Instead of having to convert in an external program or service it would be nice if VOTT could export to the yolo format directly
Describe the solution you'd like
the ability to export to the yolo format.
Describe alternatives you've considered
python scripting or roboflow, python is fine but just an extra step, roboflow is paid and a extra step.
The text was updated successfully, but these errors were encountered: