tensorflow / models

Models and examples built with TensorFlow
Other
77.04k stars 45.77k forks source link

Architecture of Tensorflow model Zoo #9243

Open krn-sharma opened 4 years ago

krn-sharma commented 4 years ago

1. The entire URL of the file you are using

https://github.com/tensorflow/models/tree/master/official/...

2. Describe the feature you request

Where i can find full architecture of all the pre-trained model of Tensorflow object detection api. And also the difference between different version. For example: Difference between SSD MobileNet V2 FPNLite 640x640 and SSD MobileNet v2 320x320???

saikumarchalla commented 4 years ago

@krn-sharma Please go through this link for more information on Tensorflow object detection API.Thanks!

krn-sharma commented 4 years ago

How to know the full architecture of model?For ex: I want to see paper for ssd mobilenet fpnlite and ssd mobilenet v2 to compare the model.

asish-ia commented 2 years ago

Got any answers? How to see the architecture or list the layers of SSD MobileNet v2 FPN Lite 320*320?

Annieliaquat commented 2 years ago

How to know the full architecture of model?For ex: I want to see paper for ssd mobilenet fpnlite and ssd mobilenet v2 to compare the model.

Did you get to know the answer please let me know too.