Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -37,6 +37,7 @@ MaskDistill learns visual representations by distilling knowledge from a frozen
|
|
| 37 |
| Evaluation | Result |
|
| 38 |
|-----------|--------|
|
| 39 |
| k-NN (k=10) | **75.6%** top-1 |
|
|
|
|
| 40 |
| Sem. Seg. (ADE20K, UPerNet) | **52.6** mIoU |
|
| 41 |
| Obj. Det. (COCO, Mask R-CNN) | **44.4** bbox mAP |
|
| 42 |
| Inst. Seg. (COCO, Mask R-CNN) | **40.1** segm mAP |
|
|
@@ -46,6 +47,7 @@ MaskDistill learns visual representations by distilling knowledge from a frozen
|
|
| 46 |
| File | Description |
|
| 47 |
|------|------------|
|
| 48 |
| `pretrain_vit_base_ep290.pth` | Pretrained ViT-Base (300 epochs) |
|
|
|
|
| 49 |
| `semseg_upernet_ade20k_160k.pth` | UPerNet on ADE20K (52.6 mIoU) |
|
| 50 |
| `detection_maskrcnn_coco_12ep.pth` | Mask R-CNN on COCO (44.4 mAP) |
|
| 51 |
|
|
|
|
| 37 |
| Evaluation | Result |
|
| 38 |
|-----------|--------|
|
| 39 |
| k-NN (k=10) | **75.6%** top-1 |
|
| 40 |
+
| Linear Probe | **76.3%** top-1 |
|
| 41 |
| Sem. Seg. (ADE20K, UPerNet) | **52.6** mIoU |
|
| 42 |
| Obj. Det. (COCO, Mask R-CNN) | **44.4** bbox mAP |
|
| 43 |
| Inst. Seg. (COCO, Mask R-CNN) | **40.1** segm mAP |
|
|
|
|
| 47 |
| File | Description |
|
| 48 |
|------|------------|
|
| 49 |
| `pretrain_vit_base_ep290.pth` | Pretrained ViT-Base (300 epochs) |
|
| 50 |
+
| `linprobe_vit_base_ep90.pth.tar` | Linear probe (90 epochs, 76.3% top-1) |
|
| 51 |
| `semseg_upernet_ade20k_160k.pth` | UPerNet on ADE20K (52.6 mIoU) |
|
| 52 |
| `detection_maskrcnn_coco_12ep.pth` | Mask R-CNN on COCO (44.4 mAP) |
|
| 53 |
|