Skip to content

MASSIVE-VR-Laboratory/dataset_processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dataset_processing

Description: Repository to explore any annotated dataset and create COCO styled JSON files to train object detectors on the annotated dataset. The repository supports XML and TXT files.

alt text

Summary statistics

Images: 4080 
Categories: 20
Total instances: 32964

Usage for statistics only

python main.py --root_dir /data/annotated_dataset --output_dir /data/annotated_dataset/annotations --image_format jpg --annotation_format txt --xml2txt --stats

Usage for txt to json conversion

python main.py --root_dir /data/annotated_dataset --output_dir /data/annotated_dataset/annotations --image_format jpg --annotation_format txt --xml2txt --txt2json --train_ratio 0.8

About

Tools to automatically explore annotated dataset, create statistics and optionally create COCO styled JSONs from txt or XML files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages