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

MoveNet-Python-Example 10 person missing movenet_multipose_lightning_256x320_p10.onnx file #314

Closed zvif closed 1 year ago

zvif commented 1 year ago

Issue Type

Bug

OS

Ubuntu

OS architecture

x86_64

Programming Language

Python

Framework

ONNX

Model name and Weights/Checkpoints URL

Missing model to run the code MoveNet-Python-Example 10 (in the 10 person branch which is the default)

Description

python demo_multipose_onnx_10person.py --file filename.mp4 where filename.mp4 is my clip

sess = C.InferenceSession(session_options, self._model_path, True, self._read_config_from_model) onnxruntime.capi.onnxruntime_pybind11_state.NoSuchFile: [ONNXRuntimeError] : 3 : NO_SUCHFILE : Load model from onnx/movenet_multipose_lightning_256x320_p10.onnx failed:Load model onnx/movenet_multipose_lightning_256x320_p10.onnx failed. File doesn't exist

Relevant Log Output

No response

URL or source code for simple inference testing code

No response

PINTO0309 commented 1 year ago

https://github.com/PINTO0309/MoveNet-Python-Example

PINTO0309 commented 1 year ago

https://github.com/PINTO0309/MoveNet-Python-Example/tree/post-prcess/10person/onnx

PINTO0309 commented 1 year ago

image

PINTO0309 commented 1 year ago

https://github.com/PINTO0309/MoveNet-Python-Example/releases image

zvif commented 1 year ago

Thanks for the quick response and the amazing work! Could you add an explanation regarding the process? I see that you use the make_post-process to create the different ONNX configurations (size x people) but there are also post_process onnx models. Are they used? How did you add the bounding box of each person?