konatasick / cvpr2021_workshope_baseline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:
pixelai-3dface@service.alibaba.com

About


Languages

Language:Python 100.0%