Views
No views yet
1├── icarus
2│ └── moon-2025-08-25
3│ ├── plane0_rand.ts
4│ └── plane1_rand.ts
5├── pdhd
6│ ├── dikshant
7│ │ ├── mobileunet_largedataset_fullimage.ts
8│ │ ├── mobileunet_largedataset_rebin4.ts
9│ │ ├── unet_largedataset_fullimage.ts
10│ │ └── unet_largedataset_rebin4.ts
11│ └── hokyeong
12│ └── CP49_mobilenetv3.ts
13├── pdsp
14│ ├── pth-model # models in pytorch pickle format
15│ │ ├── nestedunet-l23-cosmic500-e50.pth # input: loose, MP2, MP3
16│ │ ├── unet-l23-cosmic500-e50.pth # input: loose, MP2, MP3
17│ │ └── unet-lt-cosmic500-e50.pth # input: loose, tight
18│ ├── ts-model-1.3 # TorchScript model saved using PyTorch 1.3
19│ │ ├── nestedunet-l23-cosmic500-e50.ts
20│ │ ├── unet-l23-cosmic500-e50.ts
21│ │ └── unet-lt-cosmic500-e50.ts
22│ └── ts-model-2.3 # TorchScript model saved using PyTorch 2.3
23│ ├── nestedunet-l23-cosmic500-e50.ts
24│ ├── unet-l23-cosmic500-e50.ts
25│ └── unet-lt-cosmic500-e50.ts
26├── README.md
27└── sbnd
28 └── sbnd_data-v01_34_00
29 ├── plane0.ts
30 └── plane1.ts