FasterRCNNTutorial icon indicating copy to clipboard operation
FasterRCNNTutorial copied to clipboard

ssd with vgg16

Open elifbykl opened this issue 7 years ago • 1 comments

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?

elifbykl avatar May 13 '18 06:05 elifbykl

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

jaspereb avatar May 16 '18 02:05 jaspereb