Official Implementation of "Spectrum AUC Difference (SAUCD): Human-aligned 3D Shape Evaluation" (CVPR 2024).
sh env.sh
Download trained weights and required files from here. Unzip it and put it under assets folder.
- Download the Shape Grading dataset from here.
- Unzip it and put it under
datasetfolder. - Preprocess the laplacian operater and eignn decomposition of the meshes in the dataset.
This could take a few hours and take up to ~120GB hard drive space to store the results.
python preprocess/compute_eig.py
python experiments/sota.py cd train_weights
python main/train.py --config_file configs/debug.yaml