mlreco.post_processing.analysis.michel_reconstruction module

mlreco.post_processing.analysis.michel_reconstruction.michel_reconstruction(cfg, module_cfg, data_blob, res, logdir, iteration)[source]

Very simple algorithm to reconstruct Michel clusters from UResNet semantic segmentation output.

Notes

Assumes 3D

Configuration
  • ```

    michel_reconstruction:

    store_method: per-iteration dbscan: False particles: particles_asis

  • ```

Output
  • Writes 2 CSV files

  • - `michel_reconstruction-reco-*`

  • - `michel_reconstruction-true-*`