Tensorflow detection model zoo - GitHub
github.com › g3doc › detection_model_zooTensorflow detection model zoo We provide a collection of detection models pre-trained on the COCO dataset, the Kitti dataset , the Open Images dataset, the AVA v2.1 dataset and the iNaturalist Species Detection Dataset . These models can be useful for out-of-the-box inference if you are interested in categories already in those datasets.
Modelzoo - Python Repo
https://pythonlang.dev/repo/modelzoo-modelzooModelZoo A Scaffold to help you build Deep-learning Model much more easily, implemented with TensorFlow 2.0. Installation You can install this package easily with pip: pip3 install model-zoo Usage Let's implement a linear-regression model quickly. Here we use boston_housing dataset as …