Skip to content

jamerico/object-detection-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

object-detection-utils

Utils scripts for object detection and tfevents exploration and visualization

Generate tfrecords from PASCAL VOC data:

python scripts/generate_tfrecord.py -x [path/to/data/dir/] -l [path/to/label_map.pbtxt] -o [output/path/] (data dir contains both XML and PNG files)

Open tfevents in tensorboard:

tensorboard --logdir [path/to/tfevents/] (path can contains subfolders, runs will be divided by its subfolders)

Generate CSV from tfevents:

python scripts/tfevents_to_csv.py [path/to/tfevents/] --write-csv --out-dir [output/dir/] --out-filename [output_filename_without_extension]

About

Utils scripts for object detection and tfevents exploration and visualization

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •