akanazawa / hmr

Project page for End-to-end Recovery of Human Shape and Pose
Other
1.54k stars 395 forks source link

Can I get your pipeline.config file? #137

Open komjii2 opened 4 years ago

komjii2 commented 4 years ago

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 3 years ago

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?