balancap / SSD-Tensorflow

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

Some issues I encount, and solution #325

Open OceanWong1991 opened 5 years ago

OceanWong1991 commented 5 years ago

Hi all; I use this issue to record the bugs I meet, In order to save your precious time, run eval tensorflow version : 1.12.0

3.tf_extented/metrics.py line 51 variables.Variable --> variables.VariableV1

  1. make sure dir like that: image 2.CHECKPOINT_PATH=./checkpoints/ssd_300_vgg.ckpt
cjnjuwhy commented 5 years ago

It's really helpful of you!