TaehoLi
Results
2
comments of
TaehoLi
I was on the same page, try this DATASET_DIR=./VOC2007/test/ OUTPUT_DIR=./tfrecords python tf_convert_data.py \ --dataset_name=pascalvoc \ --dataset_dir=${DATASET_DIR} \ --output_name=voc_2007_test \ --output_dir=${OUTPUT_DIR} and then copy ./tfrecords/* into ./VOC2007/test/
> Hello, I am wondering that if you split your dataset (include the .xml and .jpg) file into two different folders like test and train in your VOC2007. > >...