File size: 1,042 Bytes
1aef005
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
license: mit
tags:
  - point-cloud
  - 3d
  - self-supervised
  - point-transformer
  - semantic-segmentation
---

# Sonata Model Weights

Model checkpoints for [Sonata](https://github.com/cad-results/sonata) — self-supervised pre-trained Point Transformer V3 for 3D point cloud downstream tasks.

## Files

| Path | Description |
|------|-------------|
| `pretrained/sonata.pth` | Sonata base pretrained backbone |
| `pretrained/sonata_small.pth` | Sonata small pretrained backbone |
| `pretrained/sonata_linear_prob_head_sc.pth` | Linear probe head |
| `big/best_big_geometry_model.pth` | Best big geometry finetuned model |
| `medium/best_medium_geometry_model.pth` | Best medium geometry finetuned model |
| `mixed/best_mixed_geometry_model.pth` | Best mixed geometry finetuned model |
| `binary/best_binary_model.pth` | Best binary classification model |
| `small/best_small_geometry_model.pth` | Best small geometry finetuned model |

## Source Code

[https://github.com/cad-results/sonata](https://github.com/cad-results/sonata)