File size: 713 Bytes
fdac747 e08319b ef5c55a fdac747 e08319b ef5c55a e08319b ef5c55a e08319b ef5c55a | 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 | ---
library_name: pimm
tags:
- particle-physics
- lartpc
- point-cloud
---
# Panda — PointTransformerV3 encoder (pretrained)
PointTransformerV3 (`PT-v3m2`) encoder pretrained with masked point modeling on LArTPC (PILArNet) data. Backbone / warm-start for downstream tasks (no task head).
- **pimm type:** `PT-v3m2` · encoder-only · enc_channels (48,96,192,384,512)
## Loading
```python
import pimm
model = pimm.from_pretrained("hf://deeplearnphysics/panda-base")
```
## Provenance
Repackaged from the original [`panda`](https://github.com/DeepLearnPhysics/panda) checkpoints into the [`pimm`](https://github.com/youngsm/particle-imaging-models) export format. Inherits the source repo's license.
|