8000 GitHub - sangkim98/CAR: High-Fidelity Clothed Avatar Reconstruction from a Single Image (CVPR2023)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ CAR Public
forked from TingtingLiao/CAR

High-Fidelity Clothed Avatar Reconstruction from a Single Image (CVPR2023)

Notifications You must be signed in to change notification settings

sangkim98/CAR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clothed Avatar Reconstruction

Clothed avatar reconstruction

Test Results

Table of Contents

Install

Dataset

For single view reconstruction, please follow the THuman2.0 Data Processing Instruction from ICON. For avatar reconstruction, please follow the

Training

Single image reconstruction

Models are trained on THuman2.0 dataset using normal image as input and output human body in projected space. Users can take RGB image as input by setting option '-ii rgb'.

# PIFu  
python -m apps.train --gpu 0 --data thuman -ii normal -cfg configs/pifu.yaml  

# ICON (*: re-implementation)
python -m apps.train --gpu 0 --data thuman -ii normal -cfg configs/icon.yaml  

# Ours 
python -m apps.train --gpu 0 --data thuman -ii normal -cfg configs/pifu-sdf.yaml   

Avatar Reconstruction

# ARCH* (*: re-implementation)
python -m apps.train --gpu 0 --data mvp -ii normal -cfg configs/arch.yaml  

# ARCH++* (*: re-implementation)

# ARWild 
python -m apps.train --gpu 0 --data mvp -ii normal -cfg configs/arwild.yaml  

# Ours 
python -m apps.train --gpu 0 --data mvp -ii normal -cfg configs/ours.yaml  

Testing

  1. Download the pretrained model and put it in ./out/ckpt/ours-normal-1view/.
  2. Download extra data (PyMAF, ICON normal model, SMPL model) and put them to ./data.
  3. Testing example images in directory ./examples. Results will be saved to ./examples/results.
python -m apps.infer --gpu 0 -cfg configs/ours.yaml  

License

About

High-Fidelity Clothed Avatar Reconstruction from a Single Image (CVPR2023)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.9%
  • GLSL 2.7%
  • Cuda 2.2%
  • Other 0.2%
0