balancap / SSD-Tensorflow

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

aMP is so low?anyone can help me?thank you!! #243

Open yeliang2258 opened 6 years ago

yeliang2258 commented 6 years ago

why? 1525967180 1 DATASET_DIR=../tfrecords/ EVAL_DIR=../VOC2007/ # Directory where the results are saved to

CHECKPOINT_PATH=../SSD-Tensorflow-master/

CHECKPOINT_PATH=../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

HiKapok commented 6 years ago

check this one which can also gets to 77.8%mAP with less efforts.

yolunghiu commented 5 years ago

same problem, have you solved it?

yeliang2258 commented 5 years ago

Sorry, l forgive

发自我的 iPad

在 2018年11月21日,10:04,Liuhy notifications@github.com 写道:

same problem, have you solved it?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

Sulince commented 5 years ago

i got the same problem that the mAP is very low ,just like the result you had got . Have you solve it yet??? @yeliang2258