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

# Ask a Question What preprocessing should be done with model input? ### Question In [README for GoogleNet](https://github.com/onnx/models/tree/master/vision/body_analysis/age_gender) input image's "mean values are `104, 117, 123`" and input tensor "converted...

question

I would like to use VGG or Resnet to classify images capture by on car camera into two classes: normal road or road intersections. First of all, is there already...

question

# TVM compilation fails with models committed in the last month Using [TVM](https://tvm.apache.org/) I attempted to compile some classification vision models from those uploaded lately (in the last month) -...

bug

# Bug Report ### Describe the bug ![image](https://user-images.githubusercontent.com/76459010/143524735-cd47d659-7a7f-4381-a521-50590126bb08.png) The name attribute of the graph node will contain "/" ":", which requires a uniform naming convention

bug

![image](https://user-images.githubusercontent.com/76459010/143334660-b9a27eaa-b277-4c05-a9d2-305640dc206a.png) input: "conv1/bn_1" input: "OC2_DUMMY_0" output: "conv1/bn_internal_1" name: "" op_type: "Mul"

question

# Bug Report ### Which model does this pertain to? The models shown in the below clone: ``` (base) bmesser:~$ git clone --depth 1 https://github.com/onnx/models.git Cloning into 'models'... remote: Enumerating...

bug

# Feature Request Right now, the ONNX model zoo consists of one batch of models, which have been accumulated over the years. Some include quite recent models coded with recent...

enhancement

# Ask a Question I am trying to get the GPT2-LM-head model to run in Unity (C#). I'm able to tokenize my string using BlingFire and feed that to the...

question

In the example Mask R-CNN model provided here, the mask output shape is shown as `masks: ('nbox', 1, 28, 28)`. Where does the 28, 28 come from? I'm trying to...

question