particle
physics
3D
lartpc
panda
Panda / README.md
youngsm's picture
Update README.md
6315f9b verified
|
Raw
History Blame Contribute Delete
491 Bytes
---
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}")
```