Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 573 Bytes

pretrained_models_guide.md

File metadata and controls

19 lines (9 loc) · 573 Bytes

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'