jgraving / DeepPoseKit

a toolkit for pose estimation using deep learning

Home Page:http://deepposekit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any way to convert DeepPoseKit's .h5 model to onnx or tensorRT?

GavinOneCup opened this issue · comments

I tried some traditional scripts (which are used to convert Keras to ONNX and TensorRT) to convert .h5 model to onnx and tensorRT. However, seems some layers aren't support by these libraries (for example, the library keras2onnx doesn't support some layers on deepPOseKIt).

Is there any libraries or scripts I can use to convert the .h5 file generate by DeepPoseKit to TensorRT or ONNX? I need to run it through Nvidia's deepstream, which doesn't support .h5 model well.

If I cannot convert it to onnx or tensortRT, is that possible to convert it to other models like Caffe model so I can run it through Nvidia's deepstream?

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

commented

This issue has been automatically closed because it has not had recent activity.