zengyh1900 / 3D-Human-Body-Shape

[ICIMCS'2017] Official Code for 3D Human Body Reshaping with Anthropometric Modeling
https://doi.org/10.1007/978-981-10-8530-7_10
MIT License
345 stars 103 forks source link

value error: reshaping issue #45

Open urebahmed opened 6 months ago

urebahmed commented 6 months ago

is there any one that help me to configure this git it create value Error that indicate reshaping issue when i run train .py file

jpcurbelo commented 4 months ago

Hi @urebahmed. In case you are interested, you might take a look at my repo (based on @zengyh1900's repo) and paper. Thanks.

urebahmed commented 1 month ago

@jpcurbelo Do you please explain that what kind of solution your repo is for.... it may helpful for me

jpcurbelo commented 1 month ago

@urebahmed, thanks for your interest. In summary, in the repo you can find the code to generate the 3D avatar from two full-body images (front and side) + subject height + gender. 0) The silhouettes are extracted from the images. 1) Extractor: a NN that extracts 8 measurements from the Silhouettes+Height+Gender 2) Imputer: The "missing" measurements are imputed to complete a set of 21 measurements. 3) Reshaper: Minor edits were implemented to @zengyh1900's code and it was trained by using a different set of 21 measurements. This is used to generate the 3D avatar.

I hope this help. Thanks.