Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 872 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 872 Bytes

Evaluation

Models that are trained with the original regressor can also be evaluated using the toes regressors only in inference mode!

Requirements

Evaluation

  1. install requirements
    • (optional) setup new virtual environment
      mkvirtualenv hmr2-eval
      workon hmr2-eval
      pip install -U pip
      
    • install requirements
      pip install -r eval/requirements.txt
      
  2. check eval_config
    • change data_dir to your path
    • add or remove entries given the available models
  3. check evaluation.py
    • change paths in class EvalConfig
  4. run evaluation
    python evaluation.py