isarandi / metrabs

Estimate absolute 3D human poses from RGB images.

Home Page:https://arxiv.org/abs/2007.07227

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bone length file Missing

MahmoudTamam opened this issue · comments

commented

Hello,

First of all thank you for your work,

I was trying to convert the model to tflite model, and i want to use filter implausible poses but i cannot find the bone length file to get he mean bones
mean_bones = ( ds3d.get_dataset(FLAGS.bone_length_dataset).train_bones if FLAGS.bone_length_dataset else spu.load_pickle(FLAGS.bone_length_file))

Would you please share that file with us ?

Thanks in advance.