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

How to retrain simple MLP (palm_detection_full_inf_post_192x192.onnx) model with custom hand dataset ? #407

Closed Abhijeet241093 closed 2 months ago

Abhijeet241093 commented 2 months ago

Issue Type

Bug, Support

OS

Ubuntu

OS architecture

x86_64

Programming Language

Python

Framework

PyTorch, ONNX, TensorRT

Model name and Weights/Checkpoints URL

Model Name : palm_detection_full_inf_post_192x192.onnx

URL : https://github.com/PINTO0309/hand-gesture-recognition-using-onnx/tree/main/model/palm_detection

Description

How to retrain a simple MLP (palm_detection_full_inf_post_192x192.onnx) model with a custom hand dataset? Do you suggest any guidance or procedure to follow?

Relevant Log Output

Thank you Sir

URL or source code for simple inference testing code

https://github.com/PINTO0309/hand-gesture-recognition-using-onnx/tree/main/model/palm_detection

PINTO0309 commented 2 months ago

Ask Google's super engineers.

Abhijeet241093 commented 2 months ago

Sorry, brother. Thank you for your direction.

However, unable to find any explanation for the same. If you can share logic or references about how to train an image with simple MLP? then it will be a great help.