akanazawa/hmr

Can I get your pipeline.config file?

komjii2 opened this issue · 1 comments

I'm trying to convert your HMR trained ckpt model to pb file.
To use in batch size 1, I tried "export_inference_graph.py" to make pb file.
In your pretrained model, there are no pipeline.config file.
So if you have pipeline.config file, please let me know.

Have a nice day!

jszgz commented

Hello, do you know how to use mpi_inf_3dhp_to_tfrecords.py to convert mpi_inf_3dhp dataset? I failed because the code use jpg as input but the dataset I downloaded is consisting of videos. Do I need to use ffmpeg and write code to convert avi to jpg?