Update README.md
Browse files
README.md
CHANGED
|
@@ -8,4 +8,12 @@ tags:
|
|
| 8 |
- 3D
|
| 9 |
- lartpc
|
| 10 |
- panda
|
| 11 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
- 3D
|
| 9 |
- lartpc
|
| 10 |
- panda
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
This is a legacy repository for the Panda paper, containing checkpoints for the quickstart in https://github.com/DeepLearnPhysics/Panda.
|
| 14 |
+
|
| 15 |
+
Please use [`pimm`](https://github.com/deeplearnphysics/particle-imaging-models), using the below code for your use case.
|
| 16 |
+
```python
|
| 17 |
+
import pimm
|
| 18 |
+
model = pimm.from_pretrained("hf://deeplearnphysics/panda-{base,semantic,particle,instance}")
|
| 19 |
+
```
|