models icon indicating copy to clipboard operation
models copied to clipboard

A collection of pre-trained, state-of-the-art models in the ONNX format

Results 169 models issues
Sort by recently updated
recently updated
newest added

# Bug Report ### Which model does this pertain to? SSD-MobilenetV1: https://github.com/onnx/models/blob/main/vision/object_detection_segmentation/ssd-mobilenetv1/model/ssd_mobilenet_v1_10.onnx ### Describe the bug Failed with the latest onnx as: ``` 2023-08-28T00:24:37.5488680Z Downloading SSD-MobilenetV1 to local path /Users/runner/.cache/onnx/hub/vision/object_detection_segmentation/ssd-mobilenetv1/model/1fbcf47654165f2e0b5f1bdf3f123b9e9e1128cd6463717767b76ab4b5246f9a_ssd_mobilenet_v1_10.onnx...

bug

# ResNet preprocessing model version 2 (with image decoding) ## Description It adds a new version of the ResNet preprocessing model, including image decoding. This is the result of the...

# Bug Report ### Which model does this pertain to? I haven't done an exhaustive search so there are likely more. So far I've found: * https://github.com/onnx/models/blob/main/vision/classification/alexnet/model/bvlcalexnet-12-int8.onnx * https://github.com/onnx/models/blob/main/vision/classification/mobilenet/model/mobilenetv2-12-int8.onnx ###...

bug

# Bug Report ### Which model does this pertain to? Model faster R-CNN Opset 12 ### Describe the bug I am doing profiling with faster RCNN and calculating the Throughput...

bug

# Feature Request ### What is the problem that this feature solves? All of existing ONNX Model Zoo models use opset_version

enhancement
announce

I've download the tiny-yolov2 onnx, how can I import the file into android studio? Thanks.

# Bug Report ### Which model does this pertain to? [mobilenetv2-12-int8.onnx](https://github.com/onnx/models/blob/main/vision/classification/mobilenet/model/mobilenetv2-12-int8.onnx) ### Describe the bug I am trying to achieve the same performance in `mobilenetv2_12_int8.onnx`, using pytorch to read imagenet...

bug

# Feature Request Hi everyone! I would like to know if it is possible to train Neural Network models using Onnx Runtime and export them in ONNX format (only using...

enhancement

# Ask a Question Hi, I am trying to get mAP for COCO val 2017 dataset with this model **MaskRCNN-12-int8.onnx**. But, the category id does not match between the output...

question

# Bug Report ### Which model does this pertain to? The t5-encoder-12 or t5-decoder-with-lm-head-12.onnx models from https://github.com/onnx/models/tree/main/text/machine_comprehension/t5/model . ### Describe the bug These models include onnx.Log operation, but the inputs...

bug