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.43k stars 560 forks source link

091_gaze-estimation-adas-0002 network #400

Closed saeidn95 closed 2 months ago

saeidn95 commented 4 months ago

Issue Type

Bug

OS

Ubuntu

OS architecture

x86_64

Programming Language

Python

Framework

ONNX

Model name and Weights/Checkpoints URL

091_gaze-estimation-adas-0002 network (https://github.com/PINTO0309/PINTO_model_zoo/tree/main/091_gaze-estimation-adas-0002)

Description

In conversion from Openvino IR (.xml + .bin) to tflite /onnx the order of inputs to the last Concat where the rest of the network is concatenated with "head_pose_angle" is switched. It produces the wrong result. Is there a way to switch the order?

image

Relevant Log Output

https://github.com/openvinotoolkit/open_model_zoo/tree/2021.2/demos/gaze_estimation_demo

URL or source code for simple inference testing code

https://github.com/openvinotoolkit/open_model_zoo/tree/2021.2/demos/gaze_estimation_demo

PINTO0309 commented 2 months ago

Just rewrite the XML INPUT in the IDE.