We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: