SSD-Tensorflow icon indicating copy to clipboard operation
SSD-Tensorflow copied to clipboard

ValueError: No data files found in ./VOC2007/test/voc_2012_train_*.tfrecord

Open taintpro98 opened this issue 5 years ago • 1 comments

when I run python3 train_ssd_network.py --train_dir=${TRAIN_DIR} --dataset_dir=${DATASET_DIR} --dataset_name=pascalvoc_2012 --dataset_split_name=train --model_name=ssd_300_vgg --checkpoint_path=${CHECKPOINT_PATH} --save_summaries_secs=60 --save_interval_secs=600 --weight_decay=0.0005 --optimizer=adam --learning_rate=0.001 --batch_size=32 I had this error: ValueError: No data files found in ./VOC2007/test/voc_2012_train_*.tfrecord So can you help me fix it, thank you

taintpro98 avatar May 08 '19 08:05 taintpro98

Did you generate the tfrecord files? The procedure is available in the documentation.

nullbyte91 avatar Jun 25 '19 12:06 nullbyte91