Skip to content

This script converts VIA (VGG Image Annotator) json files to .txt files required for YOLOv3.

License

Notifications You must be signed in to change notification settings

mariolys07/VIA-to-YOLOv3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VIA to YOLOv3

This script converts VIA (VGG Image Annotator) JSON files to .txt files required for YOLOv3.

Usage

python via_to_yolo.py --images=path_to_images_folder --json=json_file_path --dest=txt files destination folder --attribute=attribute_name_in_via --labels="{\"label0\":0, \"label1\":1, \"label2\":2}"

This will automatically create txt files in the destination folder needed to train a YOLOv3 model.

About

This script converts VIA (VGG Image Annotator) json files to .txt files required for YOLOv3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages