Open elifbykl opened 6 years ago
They release SSD with inception V2 if you want to try that. There appears to be an SSD vgg implementation here https://github.com/balancap/SSD-Tensorflow
But if you want to try various models and architectures without needing to change low level detail, I would suggest looking at Keras
I want to use ssd method with vgg16 model, but it is not available in the models. Do not I have a chance to do this in Tensorflow?