RizwanMunawar / yolov7-pose-estimation

YOLOv7 Pose estimation using OpenCV, PyTorch
GNU General Public License v3.0
335 stars 77 forks source link

try to convert the pytorch model to tflite #22

Open vasundharalahankar opened 1 year ago

vasundharalahankar commented 1 year ago

i tried to convert the pytorch model to onnx model but i am not able to load the architecture and not able to convert it into onnx and tflite..........

RizwanMunawar commented 1 year ago

@vasundharalahankar! PyTorch to onnx conversion is not supported yet!

vasundharalahankar commented 1 year ago

ok, thank you but pytorch to coreml conversion is supported or not

vasundharalahankar commented 1 year ago

or directly tflite conversion can do or not

RizwanMunawar commented 1 year ago

@vasundharalahankar Conversion to any format not supported yet! You can only serve PyTorch model directly.

yellowjs0304 commented 1 year ago

@RizwanMunawar Is this issue still exist? I wanna try it as onnx model file.