Open zgxiangyang opened 7 years ago
please help me ? when i run
DATASET_DIR=/home/doctorimage/kindlehe/common/dataset/VOC2007/VOCtest_06-Nov-2007/VOCdevkit/VOC2007_tfrecord/
EVAL_DIR=../log_files/log_eval/ # Directory where the results are saved to CHECKPOINT_PATH=/home/doctorimage/kindlehe/common/models/tfmodlels/SSD/VGG_VOC0712_SSD_300x300_ft_iter_120000/VGG_VOC0712_SSD_300x300_ft_iter_120000.ckpt
python3 ../eval_ssd_network.py \ --eval_dir=${EVAL_DIR} \ --dataset_dir=${DATASET_DIR} \ --dataset_name=pascalvoc_2007 \ --dataset_split_name=test \ --model_name=ssd_300_vgg \ --checkpoint_path=${CHECKPOINT_PATH} \ --batch_size=1
raise ValueError('No data files found in %s' % (data_sources,)) ValueError: No data files found in /home/y/2T/wangxingli/SSD-Tensorflow/shujuji/VOCtrainval_06-Nov-2007/VOCdevkit/VOC2007/voc_2007test*.tfrecord but i DATASET_DIR is my datasets path,why error
@zgxiangyang where is inception_resnet_v2_2016_08_30. You train the model by yourself ?
@RoseLii I got the same error with you, have you figure out it?
@RoseLii @ManiroXi I got the same error, have you fix it?
I just used the fine-tune example, but changed to resnet. These are my commands.
And this is my error information.