PINTO0309 / PINTO_model_zoo

A repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO, TFJS, TFTRT, TensorFlowLite (Float32/16/INT8), EdgeTPU, CoreML.
https://qiita.com/PINTO
MIT License
3.49k stars 566 forks source link

PMN model example #324

Open MariasStory opened 1 year ago

MariasStory commented 1 year ago

Issue Type

Support

OS

Other

OS architecture

x86_64

Programming Language

Other

Framework

ONNX

Model name and Weights/Checkpoints URL

PINTO_model_zoo/349_PMN/

Description

I am doing something wrong and can't get the model working. The model pmn_480x640.onnx has 1x4x480x640 input and output array. From your models, I am use to the case that the transparency channel is ignored and the second number is 3 representing rgb. Can you please try and suggest the image transformation for this model to work?

Relevant Log Output

The model runs without problems, the output is wrong.

URL or source code for simple inference testing code

No response