balancap / SSD-Tensorflow

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

Not able to find the mentioned checkpoints in Readme #195

Open gsrivas4 opened 6 years ago

gsrivas4 commented 6 years ago

Hi,

I am trying to run the code based on the readme steps. I am running below command

EVAL_DIR=./logs/ CHECKPOINT_PATH=./checkpoints/VGG_VOC0712_SSD_300x300_ft_iter_120000.ckpt python 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

However, my checkpoints folder does not have the ckpt file mentioned here. I have minimal knowledge of Caffe, so maybe I am missing some minor detail. The checkpoint folder has below files after I follow the unzip step mentioned in readme- ssd_300_vgg.ckpt.data-00000-of-00001 and ssd_300_vgg.ckpt.index.

Please let me know if there is another process to generate the mentioned checkpoint files.

Cuky88 commented 6 years ago

The ckpt files are linked in the readme. You can find it here. Extract them in your checkpoints folder.

yolunghiu commented 5 years ago

VGG_VOC0712_SSD_300x300_ft_iter_120000.ckpt is a folder which contains the ckpt files

jamiechoi1995 commented 5 years ago

VGG_VOC0712_SSD_300x300_ft_iter_120000.ckpt is a folder which contains the ckpt files

In my case, I got an extremely low score when I specified it as a folder. (xx e-5)