muelea / shapy

CVPR 2022 - Official code repository for the paper: Accurate 3D Body Shape Regression using Metric and Semantic Attributes.
https://shapy.is.tue.mpg.de/
319 stars 47 forks source link

any way to do the opposite of regressor? #35

Open dennislysenko opened 11 months ago

dennislysenko commented 11 months ago

Is it possible to go from image2image given a modified shape file? E.g. I put a photo of myself if I'm fat, regressor => creates a "fat" shape. I go S2A, modify some attributes to slim me and make me more muscular, A2S => create a new shape. Is there any research that would take the updated shape and the source image and generate a new image with that updated shape?

muelea commented 9 months ago

Hi dennislysenko, there is image generation method that can be conditioned on other signals like semantic segmentation. I don't think they're specifically trained for body shape, but eventually they will work well and for sure they can be finetuned.