Utils scripts for object detection and tfevents exploration and visualization
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)
tensorboard --logdir [path/to/tfevents/]
(path can contains subfolders, runs will be divided by its subfolders)
python scripts/tfevents_to_csv.py [path/to/tfevents/] --write-csv --out-dir [output/dir/] --out-filename [output_filename_without_extension]