Dataset Viewer

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

PET Phantoms

Sinograms are provided for PET phantoms in STIR format. Current phantoms:

  • Quadra NEMA scatter-corrected but not attenuation corrected. Ultra High Sensitivity Mode 322 Maximum Ring Difference (MRD) and TOF. Acquired and kindly provided by Sune Høgild Keller, Rigshospitalet.

Download the dataset:

hf download hinge/pet-phantoms \
    --repo-type dataset \
    --local-dir ./pet-phantoms \

Run a simple OSEM reconstruction:

docker run --rm \
  -v /path/to/pet-phantoms:/data/input \
  -v /path/to/output:/data/output \
  [-e ZOOM=0.5] [-e ITERATIONS=4] [-e SUBSETS=5] [-e THREADS=4] [-e VERBOSE=0] \
  ghcr.io/christianhinge/recon

please see https://github.com/ChristianHinge/recon-benchmark for details

Downloads last month
82