onnx / models

A collection of pre-trained, state-of-the-art models in the ONNX format
http://onnx.ai/models/
Apache License 2.0
7.79k stars 1.39k forks source link

Add more vision models from mlagility #614

Closed jcwchen closed 1 year ago

jcwchen commented 1 year ago

Follow-up PR of https://github.com/onnx/models/pull/605 -- add more vision models from mlagility. They are all existing models under vision, but with higher opset_version 18.

Added 14 models from torch_hub and torchvision -- now have 17 models in total: maskrcnn_resnet50_fpn, ssd300_vgg16, mobilenet_v2, mobilenet_v3, resnet18, resnet34, resnet101, vgg16, vgg16_bn, vgg19, bgg19_bn, densenset121, inception_v2, googlenet.

cc @ramkrishna2910