jpcurbelo / human-body-reshape-DL-paper

Official Code for "A methodology for realistic human shape reconstruction from 2D images"
MIT License
1 stars 1 forks source link

Failed to load data/model_files/extractor_stdScl_img224_inp2_out8_ep175_paper.h5 #2

Closed Rut-B closed 1 month ago

Rut-B commented 1 month ago

hi @jpcurbelo I tried to run your python photos2avatar.py code. and its try to load extractor_stdScl_img224_inp2_out8_ep175_paper.h5 model how can I access to this file.

what is the step to get the body measurements form 2D image (front, side)

jpcurbelo commented 1 month ago

Hi @Rut-B. Thanks for your interest. Please, see this issue about the *.h5 file.

The function measurements_from_sil is in charge of extracting 8 body measurements from the silhouettes images (+ gender and height), the rest are imputed to build the 3D avatar.

I hope this helps!

jpcurbelo commented 1 month ago

@Rut-B, any luck with this? Please, let me know to close the issue. Thanks.