jaspereb / FasterRCNNTutorial

A FasterRCNN Tutorial in Tensorflow
66 stars 33 forks source link

ssd with vgg16 #4

Open elifbykl opened 6 years ago

elifbykl commented 6 years ago

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?

jaspereb commented 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