Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 630 Bytes

File metadata and controls

23 lines (16 loc) · 630 Bytes

Setup

Make sure git-lsf and libgraphviz-dev is installed

cd texture_singapo
conda create -n texture_singapo python=3.10
conda activate texture_singapo
./install.sh

Evaluation

For evaluation place desired dataset into /eval_data. Right now it contains a small subset(10 objects) from ACD dataset. You can use the current structure as a reference.

Then run:

python evaluate.py --use_cached --add_no_easitex
  • use_cached makes the script use previously generated results stored in the output folder.
  • add_no_easitex adds results without applying easi-tex texture to the evaluation results