Panda-Semantic / README.md
youngsm's picture
pimm export (config.json)
61009ee verified
|
Raw
History Blame Contribute Delete
739 Bytes
metadata
library_name: pimm
tags:
  - particle-physics
  - lartpc
  - point-cloud

Panda — semantic segmentation

5-class LArTPC semantic segmentation: PTv3 encoder–decoder + linear per-point head.

  • pimm type: DefaultSegmentorV2 · 5 classes

Loading

import pimm
model = pimm.from_pretrained("hf://deeplearnphysics/panda-semantic")

Architecture + hyper-parameters travel in config.json, so no config file is needed. Weights are bitwise-identical to the original checkpoint.

Provenance

Repackaged from the original panda checkpoints into the pimm export format. Inherits the source repo's license.