dataset
|__ queries
|__ targets
- Go to the
config.py
file and change thePATH_PREFIX
to the path of the dataset.
PATH_PREFIX = 'path/to/dataset'
- Run the
decimate_modifier.py
file to create the decimated dataset.
python decimate_modifier.py
- Run the
prepare_data.py
file to create height tables with different directions and rotations of the 3D meshes.
python prepare_data.py
- Run the
grid_solver.py
file to evaluate the scores of the queries and targets.
python grid_solver.py
- Run the
save_matrix_score.py
file to save the scores in a matrix format.
python save_matrix_score.py
- Run the
restore_complex.py
file to restore the query-target complexes.
python restore_complex.py