File size: 2,270 Bytes
59c59c4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
962d1bf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
language: en
license: lgpl-3.0
tags:
  - pytorch
  - torchscript
  - image-segmentation
  - particle-physics
  - neutrino-detectors
  - liquid-argon
datasets:
  - custom
library_name: pytorch
pipeline_tag: image-segmentation
model-index:
  - name: DNN ROI Models
    results:
      - task:
          type: image-segmentation
          name: Region of Interest Detection
        metrics:
          - type: iou
            value: N/A
            name: Intersection over Union
          - type: dice
            value: N/A
            name: Dice Coefficient
models:
  - icarus/moon-2025-08-25
  - pdhd/dikshant/mobileunet
  - pdhd/hokyeong/mobilenetv3
  - pdsp/unet
  - pdsp/nestedunet
  - sbnd/sbnd_data-v01_34_00
---

# DNN ROI Models

A collection of deep neural network models for region of interest (ROI) detection in LArTPC experiments, including ICARUS, ProtoDUNE-HD, ProtoDUNE-SP, and SBND.

```bash
β”œβ”€β”€ icarus
β”‚   └── moon-2025-08-25
β”‚       β”œβ”€β”€ plane0_rand.ts
β”‚       └── plane1_rand.ts
β”œβ”€β”€ pdhd
β”‚Β Β  β”œβ”€β”€ dikshant
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ mobileunet_largedataset_fullimage.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ mobileunet_largedataset_rebin4.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ unet_largedataset_fullimage.ts
β”‚Β Β  β”‚Β Β  └── unet_largedataset_rebin4.ts
β”‚   └── hokyeong
β”‚       └── CP49_mobilenetv3.ts
β”œβ”€β”€ pdsp
β”‚Β Β  β”œβ”€β”€ pth-model # models in pytorch pickle format
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ nestedunet-l23-cosmic500-e50.pth # input: loose, MP2, MP3
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ unet-l23-cosmic500-e50.pth # input: loose, MP2, MP3
β”‚Β Β  β”‚Β Β  └── unet-lt-cosmic500-e50.pth # input: loose, tight
β”‚Β Β  β”œβ”€β”€ ts-model-1.3 # TorchScript model saved using PyTorch 1.3
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ nestedunet-l23-cosmic500-e50.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ unet-l23-cosmic500-e50.ts
β”‚Β Β  β”‚Β Β  └── unet-lt-cosmic500-e50.ts
β”‚Β Β  └── ts-model-2.3 # TorchScript model saved using PyTorch 2.3
β”‚Β Β      β”œβ”€β”€ nestedunet-l23-cosmic500-e50.ts
β”‚Β Β      β”œβ”€β”€ unet-l23-cosmic500-e50.ts
β”‚Β Β      └── unet-lt-cosmic500-e50.ts
β”œβ”€β”€ README.md
└── sbnd
    └── sbnd_data-v01_34_00
        β”œβ”€β”€ plane0.ts
        └── plane1.ts
```