Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
| Dataset | Labels used | Modality | Framework | Config file | Checkpoint | Test mIoU |
|
3 |
|---------|-------------|----------|-----------------|--------------------------------------|--------------------------------------------------------|-----------|
|
@@ -18,4 +32,4 @@
|
|
18 |
| SUNRGBD | 12.5% (594) | RGB + D | M3L | src/configs/sunrgbd_12.5_m3l.yml | [sunrgbd_12.5_m3l.pth](https://huggingface.co/harshm121/M3L/blob/main/SUNRGBD/sunrgbd_12.5_m3l.pth) | 39.7 |
|
19 |
| SUNRGBD | 25% (1189) | RGB + D | Supervised Only | src/configs/sunrgbd_25_suponly.yml | [sunrgbd_25_suponly.pth](https://huggingface.co/harshm121/M3L/blob/main/SUNRGBD/sunrgbd_25_suponly.pth) | 42.09 |
|
20 |
| SUNRGBD | 25% (1189) | RGB + D | Mean Teacher | src/configs/sunrgbd_25_mt.yml | [sunrgbd_25_mt.pth](https://huggingface.co/harshm121/M3L/blob/main/SUNRGBD/sunrgbd_25_mt.pth) | 41.95 |
|
21 |
-
| SUNRGBD | 25% (1189) | RGB + D | M3L | src/configs/sunrgbd_25_suponly.yml | [sunrgbd_25_m3l.pth](https://huggingface.co/harshm121/M3L/blob/main/SUNRGBD/
|
|
|
1 |
+
---
|
2 |
+
license: cc
|
3 |
+
metrics:
|
4 |
+
- mIoU
|
5 |
+
pipeline_tag: image-segmentation
|
6 |
+
tags:
|
7 |
+
- stanford indoor
|
8 |
+
- sunrgbd
|
9 |
+
- semi-supervised
|
10 |
+
- semantic segmentation
|
11 |
+
datasets:
|
12 |
+
- stanford_indoor
|
13 |
+
- sunrgbs
|
14 |
+
---
|
15 |
|
16 |
| Dataset | Labels used | Modality | Framework | Config file | Checkpoint | Test mIoU |
|
17 |
|---------|-------------|----------|-----------------|--------------------------------------|--------------------------------------------------------|-----------|
|
|
|
32 |
| SUNRGBD | 12.5% (594) | RGB + D | M3L | src/configs/sunrgbd_12.5_m3l.yml | [sunrgbd_12.5_m3l.pth](https://huggingface.co/harshm121/M3L/blob/main/SUNRGBD/sunrgbd_12.5_m3l.pth) | 39.7 |
|
33 |
| SUNRGBD | 25% (1189) | RGB + D | Supervised Only | src/configs/sunrgbd_25_suponly.yml | [sunrgbd_25_suponly.pth](https://huggingface.co/harshm121/M3L/blob/main/SUNRGBD/sunrgbd_25_suponly.pth) | 42.09 |
|
34 |
| SUNRGBD | 25% (1189) | RGB + D | Mean Teacher | src/configs/sunrgbd_25_mt.yml | [sunrgbd_25_mt.pth](https://huggingface.co/harshm121/M3L/blob/main/SUNRGBD/sunrgbd_25_mt.pth) | 41.95 |
|
35 |
+
| SUNRGBD | 25% (1189) | RGB + D | M3L | src/configs/sunrgbd_25_suponly.yml | [sunrgbd_25_m3l.pth](https://huggingface.co/harshm121/M3L/blob/main/SUNRGBD/sunrgbd_25_m3l.pth) | 42.69 |
|