SSD work
Last updated
Was this helpful?
Last updated
Was this helpful?
Replicating: SSD from
According to the page, in order to run the minimal SSD example, we found that there is a fundamental file missing
This fundamental problem is in the notebooks/ directory
is missing. This caused error when the iPython notebook: ssd_notebook.ipynb is executed. Without this init file in the respective
directory, the "from notebooks import visualization" won't work. It will say "module not found"
Solution: I copied this init file from nets/ directory to the notebooks/ directory
Created a directory called VOC2007_DOWNLOADED/ and then make 2 sub-directories 'train_val' and 'test'
Invoke the following
Then untar all these files.
Go to main dir: /tf_files/SSD-Tensorflow and then make another directory called VOC2007. Copy over the JPEGImages and Annotations files to VOC2007/:
Next run the conversion script to convert the images and Annotations to tf_record format. Keep the train and test in separate directories '/tmp/train_val_TFRECORDS', and '/tmp/test_TFRECORDS'
Run evaluation
Training (fine tuning)