Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
```bash
|
| 2 |
βββ icarus
|
| 3 |
β βββ moon-2025-08-25
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: lgpl-3.0
|
| 4 |
+
tags:
|
| 5 |
+
- pytorch
|
| 6 |
+
- torchscript
|
| 7 |
+
- image-segmentation
|
| 8 |
+
- particle-physics
|
| 9 |
+
- neutrino-detectors
|
| 10 |
+
- liquid-argon
|
| 11 |
+
datasets:
|
| 12 |
+
- custom
|
| 13 |
+
library_name: pytorch
|
| 14 |
+
pipeline_tag: image-segmentation
|
| 15 |
+
model-index:
|
| 16 |
+
- name: DNN ROI Models
|
| 17 |
+
results:
|
| 18 |
+
- task:
|
| 19 |
+
type: image-segmentation
|
| 20 |
+
name: Region of Interest Detection
|
| 21 |
+
metrics:
|
| 22 |
+
- type: iou
|
| 23 |
+
value: N/A
|
| 24 |
+
name: Intersection over Union
|
| 25 |
+
- type: dice
|
| 26 |
+
value: N/A
|
| 27 |
+
name: Dice Coefficient
|
| 28 |
+
models:
|
| 29 |
+
- icarus/moon-2025-08-25
|
| 30 |
+
- pdhd/dikshant/mobileunet
|
| 31 |
+
- pdhd/hokyeong/mobilenetv3
|
| 32 |
+
- pdsp/unet
|
| 33 |
+
- pdsp/nestedunet
|
| 34 |
+
- sbnd/sbnd_data-v01_34_00
|
| 35 |
+
---
|
| 36 |
+
|
| 37 |
+
# DNN ROI Models
|
| 38 |
+
|
| 39 |
+
A collection of deep neural network models for region of interest (ROI) detection in LArTPC experiments, including ICARUS, ProtoDUNE-HD, ProtoDUNE-SP, and SBND.
|
| 40 |
+
|
| 41 |
```bash
|
| 42 |
βββ icarus
|
| 43 |
β βββ moon-2025-08-25
|