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.

Home Page:https://qiita.com/PINTO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's the output for 403?

IronPhoenixBlade opened this issue · comments

Issue Type

Documentation Feature Request

OS

Ubuntu

OS architecture

x86_64

Programming Language

Python

Framework

OpenVINO

Model name and Weights/Checkpoints URL

https://github.com/PINTO0309/PINTO_model_zoo/tree/main/403_trt_pose_hand, trtpose_hand_Nx3x480x640.onnx

Description

I'm really excited to try out your hand pose model! When I run trtpose_hand_Nx3x480x640.onnx in OpenVINO I get a matrix that's (1, 21, 120, 160) - what does this represent & how am I supposed to grab landmark coordinates?

Relevant Log Output

No response

URL or source code for simple inference testing code

No response

It is implemented in C++ in this repository, but there is little explanation. It's quite a pain in the ass. I would be very happy to pull requests for demo code rewritten in Python to this zoo.

  1. https://github.com/NVIDIA-AI-IOT/trt_pose.
  2. https://github.com/NVIDIA-AI-IOT/trt_pose_hand