## Test a pretrained network
### Data
We provide two examples of pretrained models:
- A network with rigid KPConv trained on S3DIS: link (50 MB)
- A network with deformable KPConv trained on NPM3D: link (54 MB)
Unzip the log folder anywhere.
### Test model
In `test_any_model.py`, choose the path of the log you just unzipped with the `chosen_log` variable:
chosen_log = 'path_to_pretrained_log'