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

I converted your ONNX model to PyTorch, and now I am trying to Train it. When I converted to PyTorch, it only accepts this tensor size: [1, 3, 224, 224],...

question

I have a arcface/resnet100 model that I've trained using InsightFace's MxNet training. For inference, I have converted the model to ONNX with the help of https://github.com/linghu8812/tensorrt_inference/blob/master/project/arcface/export_onnx.py. The inference results are...

question

# Feature Request ### What is the problem that this feature solves? Add some key point models, such as hand, body, face, etc. ### Describe the feature Let the model...

enhancement

# Bug Report ### Which model does this pertain to? SqueezeNet 1.0 and SqueezeNet 1.1 ### Describe the bug SqueezeNet 1.1 pre-trained models (PTMs) are being falsely advertised as SqueezeNet...

bug

Hello all, I am trying to evaluate GoogleNet model. I have successfully evaluated other models with the Imagenet dataset. However, GoogleNet requires a different preprocessing, which I cannot reproduce successfully....

bug

Hi all, I am trying to perform the evaluation of the model YOLOv3. I was able to run the YOLOv3 inference using the (https://github.com/onnx/models/tree/master/vision/object_detection_segmentation/yolov3) processing steps. However, I am not...

question

# Ask a Question Since the GPU machines of CI have been upgraded from NV6 to T4, it looks quantized model on GPU should be added too. `Hardware support is...

question

Hi Team, Can we have the latest model for Inception V2, as the current model [here](https://github.com/onnx/models/tree/main/vision/classification/inception_and_googlenet/inception_v2) in the repo is pretty old(OPSET 9)?

model-request

the iamges resized in 224x24 on your example code for preprocess here https://github.com/onnx/models/blob/main/vision/classification/imagenet_preprocess.py but,it resized into 256x256 in https://github.com/onnx/models/blob/main/vision/classification/imagenet_validation.ipynb I thought the 224x224 is wrong,cause is meaningless to resize image...

bug

# Ask a Question Hi, I would like to know how I can follow the instructions to download shufflenet models from pytorch, convert them to onnx format and quantize to...

question