particle
physics
3D
lartpc
panda
youngsm commited on
Commit
6315f9b
·
verified ·
1 Parent(s): 6f7df91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
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
+ ```