agressin commited on
Commit
bebbee0
·
verified ·
1 Parent(s): 49d2955

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -1,10 +1,20 @@
 
 
 
 
 
 
 
 
 
 
1
  # ISDNet - Standalone PyTorch Implementation
2
 
3
  **ISDNet: Integrating Shallow and Deep Networks for Efficient Ultra-high Resolution Segmentation**
4
 
5
  CVPR 2022 | [Paper](https://openaccess.thecvf.com/content/CVPR2022/html/Guo_ISDNet_Integrating_Shallow_and_Deep_Networks_for_Efficient_Ultra-High_Resolution_CVPR_2022_paper.html)
6
 
7
- This is a **standalone PyTorch implementation** of ISDNet, without MMSegmentation dependencies.
8
 
9
  ## Features
10
 
@@ -159,4 +169,4 @@ Download STDC pretrained weights: [STDCNet813M_73.91.tar](https://drive.google.c
159
 
160
  ## License
161
 
162
- Apache-2.0
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - IGNF/FLAIR-HUB
5
+ language:
6
+ - en
7
+ metrics:
8
+ - mean_iou
9
+ pipeline_tag: image-segmentation
10
+ ---
11
  # ISDNet - Standalone PyTorch Implementation
12
 
13
  **ISDNet: Integrating Shallow and Deep Networks for Efficient Ultra-high Resolution Segmentation**
14
 
15
  CVPR 2022 | [Paper](https://openaccess.thecvf.com/content/CVPR2022/html/Guo_ISDNet_Integrating_Shallow_and_Deep_Networks_for_Efficient_Ultra-High_Resolution_CVPR_2022_paper.html)
16
 
17
+ This is a **standalone PyTorch implementation** of ISDNet, without MMSegmentation dependencies, adapted from [ISDNet](https://github.com/cedricgsh/ISDNet).
18
 
19
  ## Features
20
 
 
169
 
170
  ## License
171
 
172
+ Apache-2.0