balancap / SSD-Tensorflow

Single Shot MultiBox Detector in TensorFlow
4.11k stars 1.89k forks source link

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

Open taintpro98 opened 5 years ago

taintpro98 commented 5 years ago

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_2012train*.tfrecord So can you help me fix it, thank you

nullbyte91 commented 5 years ago

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