particle
physics
3D
lartpc
panda
File size: 491 Bytes
97997b2
 
 
 
73df60c
 
 
 
 
 
6315f9b
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
license: mit
datasets:
- DeepLearnPhysics/PILArNet-M
tags:
- particle
- physics
- 3D
- lartpc
- panda
---

This is a legacy repository for the Panda paper, containing checkpoints for the quickstart in https://github.com/DeepLearnPhysics/Panda.

Please use [`pimm`](https://github.com/deeplearnphysics/particle-imaging-models), using the below code for your use case.
```python
import pimm
model = pimm.from_pretrained("hf://deeplearnphysics/panda-{base,semantic,particle,instance}")
```