YuliangXiu / ICON

[CVPR'22] ICON: Implicit Clothed humans Obtained from Normals
https://icon.is.tue.mpg.de
Other
1.6k stars 219 forks source link

Textured clothed model from multiple-view #48

Closed ujjawalcse closed 2 years ago

ujjawalcse commented 2 years ago

Hey, Congrats for the great work. I successfully ran this repository and getting the results from the visible view. Now, I want to extend it to a full clothed textured human body model using multiple view (like front, back ,left and right).

Any plan to do this task? Can you suggest some ideas how to do the same ?

YuliangXiu commented 2 years ago

Same issue #33

There is a dirty solution, reconstruction based on front-view, then map the texture pixels from other views to the reconstruction.

YuliangXiu commented 1 year ago

@ujjawalcse

ECON now supports full texture generation w/ the help of TEXTure

https://github.com/YuliangXiu/ECON#texture

[1] Richardson E, Metzer G, Alaluf Y, et al. Texture: Text-guided texturing of 3d shapes[J]. arXiv preprint arXiv:2302.01721, 2023.

YuliangXiu commented 1 year ago

We recently released a new work, TeCH. Given a single image, TeCH could produce a full textured avatar with both intricate geometric details and consistent high-quality texture.

Homepage: https://huangyangyi.github.io/TeCH/ Code: https://github.com/huangyangyi/TeCH

ujjawalcse commented 1 year ago

Thanks, @YuliangXiu for the notification. Kudos !!