Panda-Interaction / README.md
youngsm's picture
Update README.md
3d50013 verified
|
Raw
History Blame Contribute Delete
652 Bytes
---
library_name: pimm
tags:
- particle-physics
- lartpc
- point-cloud
---
# Panda — interaction panoptic detector
Query-based panoptic detector grouping LArTPC points into interactions (masked cross-attention decoder over a PTv3 backbone).
- **pimm type:** `detector-v4` · 12 queries · 2 classes
## Loading
```python
import pimm
model = pimm.from_pretrained("hf://deeplearnphysics/panda-interaction")
```
## 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.