Skip to content

FacePoluke/cvpr2021_workshope_baseline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVPR 2021 Person in Context Workshop Challenge

3D face reconstruction from multiple 2D images

Requirement

  • Python >= 3.6
  • PyTorch >= 0.4.1
  • OpenCV (Python version)

installation structions

pip install -r requirements.txt

Run the test code

Get val set result

python test.py --root-path=$test set fold path --test-list=data/val_list.txt --checkpoint=models/baseline.pth.tar

Cal NME and draw ROC

cd evaluation
python evaluation.py --pre_rst_path=val_baseline.txt

Licence

This code is distributed under MIT LICENSE.

Contact

Please contact us if you have any problems during the demo running:
[email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%