--- 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}") ```