Usage for creating tfrecord
Sawyer117 opened this issue · 2 comments
Hello, thank you for the detailed explanation, but I find myself hard to understand this:
Download and extract augmented segmentation data (Thanks to DrSleep), specifying the location with --data_dir and --label_data_dir (namely, $data_dir/$label_data_dir). <------#in SegmentationClassAug, there's only label-like images, so what is --data_dir?
Also for usage of create_pascal_tf_record.py, it seems the above is a typo and should be --image_data_dir?
But again what is --image_data_dir?
I only have original pascal voc2012(VOCdevkit) and augmentation data(SegmentationClassAug), I really had a hard time understanding what these arguments are. Could you clarify? Thanks!
python create_pascal_tf_record.py --data_dir DATA_DIR \ <----should it be dir to VOCdevkit?
--image_data_dir IMAGE_DATA_DIR \ <----what should it be?
--label_data_dir LABEL_DATA_DIR <----should it be dir to augmented segmentation data
I find it hard to understand too. Did you found an answer to your question?
I am also unable to understand this. It has been several years since the original post - can the dev team please respond to this issue?