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.46k stars 1.36k forks source link

[Announce] Move existing models (< opset_version 13) to models/legacy #616

Open jcwchen opened 1 year ago

jcwchen commented 1 year ago

Feature Request

What is the problem that this feature solves?

All of existing ONNX Model Zoo models use opset_version<13, which is a quite old version (opset 12 released on May 8, 2020 in ONNX 1.7.0). Please see similar discussion in https://github.com/onnx/models/issues/472. While we will bring more new models with higher opset_version (i.e., 18): https://github.com/onnx/models/issues/617, move existing old models to models/legacy for better awareness. Also the upload requirements/model storage structure will be changed.

Describe the feature

Why is this feature necessary? What does it accomplish?

Relevant Model Zoo feature areas

Which area in the Model Zoo infrastructure does this impact?
Feature Area (e.g. CI, file organization, model storage, other): CI, file organization

Notes

Any additional information If anyone has any question/concern, feel free to raise in this thread. Thank you for the contribution!