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

Use multiple images for one output image #54

Open Thushar-marvel opened 4 months ago

Thushar-marvel commented 4 months ago

Hello,

Is it possible to input multiple images from different angles (e.g., front and side views) to get a single 3D mesh output? Currently, the model processes one image to predict the 3D view of a person. Providing multiple images could potentially improve the model's understanding and accuracy. Can this be implemented?