-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Pascal VOC Format #2
Comments
Hi, At the moment CVAT doesn't support Pascal VOC format. I believe the best way to support it for now is to create "scripts" directory and put a py-script which converts CVAT format to Pascal VOC. What do you think? At the moment I see only one problem. We don't keep an image size inside annotation file. Also I see PASCAL VOC Writer library which can simplify the script development. If you can contribute such functionality it will be awesome. |
Sure, give me a few days and I'll submit a PR with that script :) |
Hi @syonekura , Let me know if you want to improve the PR. It is nice but still have several open questions. FYI, in our next release we are going to release similar script for COCO dataset. |
I'm sorry, I was passing by and saw by chance all the comments you left! (usually I got an email each time I get feedback for PR's or comments in issues). I'll improve the PR, is there any development branch where I can see the script for COCO? |
* Changed import/export * Fixed attributes * Parse annotation from the annotation view in a client * Updated annotation upload in dashboard * Updated browsing of a share * Minimized version of jstree * Fixed filenames from share * Added jstree.min * Removed legacy code * Fixed typos
Added documentation for swagger page
# This is the 1st commit message: # This is a combination of 3 commits. # This is the 1st commit message: # This is a combination of 8 commits. # This is the 1st commit message: setup config Add built from source code one domain name insted of two add installation guide update gitignore # This is the commit message cvat-ai#2: delete serverless (nuclio) # This is the commit message cvat-ai#3: add backup script to gitignore # This is the commit message cvat-ai#4: Add script for backup data # This is the commit message cvat-ai#5: Add docstrings for backup script # This is the commit message cvat-ai#6: Update backup script to delete after 30 days # This is the commit message cvat-ai#7: Fix backup error # This is the commit message cvat-ai#8: Update backup rules, and decrease cache size from 1 Tb to 10 Gb # This is the commit message cvat-ai#2: one domain name insted of two # This is the commit message cvat-ai#3: add installation guide # This is the commit message cvat-ai#2: delete serverless (nuclio)
# This is the 1st commit message: setup config Add built from source code one domain name insted of two add installation guide update gitignore delete serverless (nuclio) add backup script to gitignore Add script for backup data Add docstrings for backup script Update backup script to delete after 30 days Fix backup error Add setup for local usage update backup script to latest versions sincronize changes with current master fix local launch problems with cvat_proxy # This is the commit message cvat-ai#2: Update local version to new release v1.5.0
Added scripts for uploading tasks to CVAT
Hi, it would be nice to be able to export the annotations as Pascal VOC format. I Couldn't find info about supported formats in the documentation, is this feature supported?
The text was updated successfully, but these errors were encountered: