All Projects → YuliangXiu → ICON

YuliangXiu / ICON

Licence: other
ICON: Implicit Clothed humans Obtained from Normals (CVPR 2022)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ICON

aistplusplus api
API to support AIST++ Dataset: https://google.github.io/aistplusplus_dataset
Stars: ✭ 277 (-56.79%)
Mutual labels:  3d-reconstruction, pose-estimation, smpl-model
PointCloudRegistrationTool
Automatically registers (aligns) and visualizes point clouds, or processes a whole bunch at once
Stars: ✭ 82 (-87.21%)
Mutual labels:  computer-graphics, 3d-reconstruction
pose-estimation-3d-with-stereo-camera
This demo uses a deep neural network and two generic cameras to perform 3D pose estimation.
Stars: ✭ 40 (-93.76%)
Mutual labels:  human-pose-estimation, 3d-reconstruction
PARE
Code for ICCV2021 paper PARE: Part Attention Regressor for 3D Human Body Estimation
Stars: ✭ 222 (-65.37%)
Mutual labels:  computer-graphics, human-pose-estimation
Tf flame
Tensorflow framework for the FLAME 3D head model. The code demonstrates how to sample 3D heads from the model, fit the model to 2D or 3D keypoints, and how to generate textured head meshes from Images.
Stars: ✭ 193 (-69.89%)
Mutual labels:  computer-graphics, 3d-reconstruction
Scancomplete
[CVPR'18] ScanComplete: Large-Scale Scene Completion and Semantic Segmentation for 3D Scans
Stars: ✭ 213 (-66.77%)
Mutual labels:  computer-graphics, 3d-reconstruction
FastMassSpring
Interactive cloth simulator using the method described in the SIGGRAPH paper "Fast Simulation of Mass-Spring Systems" by Liu, T., Bargteil, A. W., Obrien, J. F., & Kavan, L.
Stars: ✭ 170 (-73.48%)
Mutual labels:  computer-graphics, cloth-simulation
kapao
KAPAO is an efficient single-stage human pose estimation model that detects keypoints and poses as objects and fuses the detections to predict human poses.
Stars: ✭ 604 (-5.77%)
Mutual labels:  human-pose-estimation, pose-estimation
FastPose
pytorch realtime multi person keypoint estimation
Stars: ✭ 36 (-94.38%)
Mutual labels:  human-pose-estimation, pose-estimation
posture recognition
Posture recognition based on common camera
Stars: ✭ 91 (-85.8%)
Mutual labels:  human-pose-estimation, pose-estimation
Flame pytorch
This is a implementation of the 3D FLAME model in PyTorch
Stars: ✭ 153 (-76.13%)
Mutual labels:  computer-graphics, 3d-reconstruction
HybrIK
Official code of "HybrIK: A Hybrid Analytical-Neural Inverse Kinematics Solution for 3D Human Pose and Shape Estimation", CVPR 2021
Stars: ✭ 395 (-38.38%)
Mutual labels:  pose-estimation, smpl
Cnncomplete
[CVPR'17] Shape Completion using 3D-Encoder-Predictor CNNs and Shape Synthesis
Stars: ✭ 117 (-81.75%)
Mutual labels:  computer-graphics, 3d-reconstruction
Structured3d
[ECCV'20] Structured3D: A Large Photo-realistic Dataset for Structured 3D Modeling
Stars: ✭ 224 (-65.05%)
Mutual labels:  computer-graphics, 3d-reconstruction
Sgnn
[CVPR'20] SG-NN: Sparse Generative Neural Networks for Self-Supervised Scene Completion of RGB-D Scans
Stars: ✭ 112 (-82.53%)
Mutual labels:  computer-graphics, 3d-reconstruction
Pifu
This repository contains the code for the paper "PIFu: Pixel-Aligned Implicit Function for High-Resolution Clothed Human Digitization"
Stars: ✭ 1,021 (+59.28%)
Mutual labels:  computer-graphics, 3d-reconstruction
Softras
Project page of paper "Soft Rasterizer: A Differentiable Renderer for Image-based 3D Reasoning"
Stars: ✭ 715 (+11.54%)
Mutual labels:  computer-graphics, 3d-reconstruction
Scannet
Stars: ✭ 860 (+34.17%)
Mutual labels:  computer-graphics, 3d-reconstruction
platonicgan
Escaping Plato’s Cave: 3D Shape from Adversarial Rendering [ICCV 2019]
Stars: ✭ 40 (-93.76%)
Mutual labels:  computer-graphics, 3d-reconstruction
Keypoint Communities
[ICCV '21] In this repository you find the code to our paper "Keypoint Communities".
Stars: ✭ 255 (-60.22%)
Mutual labels:  human-pose-estimation, pose-estimation

ICON: Implicit Clothed humans Obtained from Normals

Yuliang Xiu · Jinlong Yang · Dimitrios Tzionas · Michael J. Black

CVPR 2022

Logo


PyTorch Lightning Google Colab

Paper PDF Project Page youtube views



News 🚩


Table of Contents
  1. Who needs ICON
  2. Installation
  3. Dataset
  4. Training
  5. Evaluation
  6. Add-on
  7. Demo
  8. Citation
  9. Acknowledgments
  10. License
  11. Disclosure
  12. Contact


Who needs ICON?

  • Given a raw RGB image, you could get:
    • image (png):
      • segmented human RGB
      • normal maps of body and cloth
      • pixel-aligned normal-RGB overlap
    • mesh (obj):
      • SMPL-(X) body from PyMAF, PIXIE, PARE, HybrIK, BEV
      • 3D clothed human reconstruction
    • video (mp4):
      • self-rotated clothed human
Intermediate Results
ICON's intermediate results
Iterative Refinement
ICON's SMPL Pose Refinement
Final ResultsFinal Results
ICON's normal prediction + reconstructed mesh (w/o & w/ smooth)
  • If you want to create a realistic and animatable 3D clothed avatar direclty from video / sequential images
    • fully-textured with per-vertex color
    • can be animated by SMPL pose parameters
    • natural pose-dependent clothing deformation
ICON+SCANimate+AIST++
3D Clothed Avatar, created from 400+ images using ICON+SCANimate, animated by AIST++
  • If you want to Train & Evaluate on PIFu/PaMIR/ICON using your own data, please check dataset.md to prepare dataset, training.md for training, and evaluation.md for benchmark evaluation.



Installation

Please follow the Installation Instruction to setup all the required packages, extra data, and models.

Dataset

Please follow the Dataset Instruction to generate the train/val/test dataset from THuman2.0

Training

Please follow the Training Instruction to train your own model using THuman2.0

Evaluation

Please follow the Evaluation Instruction to benchmark trained models on THuman2.0

Add-on

  1. Garment Extraction from Fashion Images, supported by ETH Zürich students as 3DV course project.

Demo

cd ICON

# PIFu* (*: re-implementation)
python -m apps.infer -cfg ./configs/pifu.yaml -gpu 0 -in_dir ./examples -out_dir ./results

# PaMIR* (*: re-implementation)
python -m apps.infer -cfg ./configs/pamir.yaml -gpu 0 -in_dir ./examples -out_dir ./results

# ICON w/ global filter (better visual details --> lower Normal Error))
python -m apps.infer -cfg ./configs/icon-filter.yaml -gpu 0 -in_dir ./examples -out_dir ./results -hps_type {pixie/pymaf/pare/hybrik/bev}

# ICON w/o global filter (higher evaluation scores --> lower P2S/Chamfer Error))
python -m apps.infer -cfg ./configs/icon-nofilter.yaml -gpu 0 -in_dir ./examples -out_dir ./results -hps_type {pixie/pymaf/pare/hybrik/bev}

More Qualitative Results

Comparison
Comparison with other state-of-the-art methods
extreme
Predicted normals on in-the-wild images with extreme poses


Citation

@inproceedings{xiu2022icon,
  title     = {{ICON}: {I}mplicit {C}lothed humans {O}btained from {N}ormals},
  author    = {Xiu, Yuliang and Yang, Jinlong and Tzionas, Dimitrios and Black, Michael J.},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
  month     = {June},
  year      = {2022},
  pages     = {13296-13306}
}

Acknowledgments

We thank Yao Feng, Soubhik Sanyal, Qianli Ma, Xu Chen, Hongwei Yi, Chun-Hao Paul Huang, and Weiyang Liu for their feedback and discussions, Tsvetelina Alexiadis for her help with the AMT perceptual study, Taylor McConnell for her voice over, Benjamin Pellkofer for webpage, and Yuanlu Xu's help in comparing with ARCH and ARCH++.

Special thanks to Vassilis Choutas for sharing the code of bvh-distance-queries

Here are some great resources we benefit from:

Some images used in the qualitative examples come from pinterest.com.

This project has received funding from the European Union’s Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie grant agreement No.860768 (CLIPE Project).




License

This code and model are available for non-commercial scientific research purposes as defined in the LICENSE file. By downloading and using the code and model you agree to the terms in the LICENSE.

Disclosure

MJB has received research gift funds from Adobe, Intel, Nvidia, Meta/Facebook, and Amazon. MJB has financial interests in Amazon, Datagen Technologies, and Meshcapade GmbH. While MJB was a part-time employee of Amazon during this project, his research was performed solely at, and funded solely by, the Max Planck Society.

Contact

For more questions, please contact [email protected]

For commercial licensing, please contact [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].