Xiaogang Wang, Yong Wang, Aimin Hao, Yinglong Li, Hongyu Wu, Qingzhao Qin, Yijiao Zhao
We lifted 4 functions out of this paper's own repositories and ran 4 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| dragonylee/FaceCom | canonical | 4 of 4 |
| Function | Status | Where it lives |
|---|---|---|
| col | Ran | dragonylee/FaceCom/utils/funcs.py code served (permissive licence) · get_code("40a86b1ac589fada") |
| get_edge_index | Ran | dragonylee/FaceCom/utils/funcs.py code served (permissive licence) · get_code("d58cf4817647cbb5") |
| read_config | Ran | dragonylee/FaceCom/config/config.py code served (permissive licence) · get_code("2295abbbfeaecf9a") |
| row | Ran | dragonylee/FaceCom/utils/funcs.py code served (permissive licence) · get_code("5df4c010b67794cf") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
We propose FaceCom, a method for 3D facial shape completion, which delivers high-fidelity results for incomplete facial inputs of arbitrary forms. Unlike end-to-end shape completion methods based on point clouds or voxels, our approach relies on a mesh-based generative network that is easy to optimize, enabling it to handle shape completion for irregular facial scans. We first train a shape generator on a mixed 3D facial dataset containing 2405 identities. Based on the incomplete facial input, we fit complete faces using an optimization approach under image inpainting guidance. The completion results are refined through a post-processing step. FaceCom demonstrates the ability to effectively and naturally complete facial scan data with varying missing regions and degrees of missing areas. Our method can be used in medical prosthetic fabrication and the registration of deficient scanning data. Our experimental results demonstrate that FaceCom achieves exceptional performance in fitting and shape completion tasks. The code is available at https://github.com/dragonylee/FaceCom.git.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2406.02074")
get_code_for_paper("2406.02074")
have("2406.02074")
Connect an agent — have() is free.