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 182 models issues
Sort by recently updated
recently updated
newest added
trafficstars

# Bug Report ### Which model does this pertain to? [YoloV3](https://github.com/onnx/models/tree/main/validated/vision/object_detection_segmentation/yolov3) ### Describe the bug Each of hosted models([YOLOv3](https://github.com/onnx/models/blob/main/validated/vision/object_detection_segmentation/yolov3/model/yolov3-10.onnx), [YOLOv3-12](https://github.com/onnx/models/blob/main/validated/vision/object_detection_segmentation/yolov3/model/yolov3-12.onnx), [YOLOv3-12-int8](https://github.com/onnx/models/blob/main/validated/vision/object_detection_segmentation/yolov3/model/yolov3-12-int8.onnx)) need the original image size as the second input....

bug

# Model Request ### Which model would you like to see in the model zoo? Yolo v9 w/ MIT License ### Describe why this model is relevant The later members...

model-request

I am unable to download the gptneo models with git lfs, also if I directly download the model from github, Its a small file, I'm unable to get the full...

question

i clone the repo in my ubuntu, and git lfs pull as following: ~/Documents/models/Computer_Vision/resnet50_Opset16_timm$ git lfs pull --include="resnet50_Opset16.onnx" --exclude="" the error is: batch response: This repository exceeded its LFS budget....

question

# Ask a Question D:\code\Models\models\validated\vision\body_analysis\ultraface PS D:\code\Models\models\validated\vision\body_analysis\ultraface> python .\demo.py -i .\dependencies\3.jpg ### Question Explain your question here. failed ### Further information **Relevant Area** (*e.g. model usage, backend, best practices, pre-/post-...

question

In this code i segmentation mask i not able load correctly it just giving border of image like : ![Image](https://github.com/user-attachments/assets/70f9abd0-2fa6-4c09-bf51-d680f1d864e1) but i want the segmentation mask like ( detect back...

question

# Bug Report ### Which model does this pertain to? [Mobilenet](https://github.com/onnx/models/tree/main/validated/vision/classification/mobilenet/) ### Describe the bug The [documentation](https://github.com/onnx/models/tree/main/validated/vision/classification/mobilenet#input) of mobilenet says that the expected input shape is **(N x 3 x...

bug

Hello! Are the older models available for download somewhere? I'm looking for something that would mask background in images via opencv 4.8 (c++) DNN module. I may be mistaken but...

question

# Bug Report ### Which model does this pertain to? Tiny-yolov3 [folder](https://github.com/onnx/models/tree/main/validated/vision/object_detection_segmentation/tiny-yolov3) ### Describe the bug Model does not support batch sizes > 1. error : ----------- testing start ----------...

bug

two imporant informations 1. the image_size input : costed me hours to realise it. it should be made simple as the input size or let the user know how it...