Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pascalgt-modified-version

Original script: https://github.com/DaikiTanak/pascalgt

What have been modified in this script

Read all files under the path hierachy

files = path_source_xml_dir.glob('**/*.xml')

Read list of class_name (labels) from a yaml file

pascal2gt.run(
    path_target_manifest = "./221026-example-images/output.manifest", 
    path_source_xml_dir = "./221026-example-images",
    path_project_yaml_file = "./project-files/project01.yaml"
)

About

A script to transform xml files of labelled images, to one AWS Ground Truth manifest file.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages