Image Segmentation
English
antoine.carreaud67 commited on
Commit
79e7161
Β·
1 Parent(s): b824cd5

Update readme with ISDNET pytorch implementation link

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -318,6 +318,7 @@ python main.py eval --config configs/config_CRAG_aug.yaml --checkpoint weights/
318
  | Swin-B + UPerNet (retrained) | 64.02 | 76.64 | 32.57 | – | – |
319
  | Swin-L + UPerNet | 63.36 | 76.35 | – | 420 | 27.8 |
320
  | *Dual-branch baselines* | | | | | |
 
321
  | Dual Swin-Base (late fusion, no CA) | 64.25 | – | – | 398 | 19.4 |
322
  | **CASWiT-Base + UPerNet** | 65.11 | 77.71 | 35.87 |489 | 15.4 |
323
  | **CASWiT-Base-SSL + UPerNet** | 65.35 | 77.87 | 35.99 |489 | 15.4 |
@@ -427,4 +428,4 @@ This project is licensed under the MIT License - see the LICENSE file for detail
427
  - [CRAG](https://github.com/XiaoyuZHK/CRAG-Dataset_Aug_ToCOCO) for the dataset
428
  - [ISIC](https://challenge.isic-archive.com/) for the dataset
429
 
430
- ---
 
318
  | Swin-B + UPerNet (retrained) | 64.02 | 76.64 | 32.57 | – | – |
319
  | Swin-L + UPerNet | 63.36 | 76.35 | – | 420 | 27.8 |
320
  | *Dual-branch baselines* | | | | | |
321
+ | ISDNet (trained with [Pytorch implementation](https://huggingface.co/heig-vd-geo/ISDNet-pytorch)) |52.77|-|-|-|
322
  | Dual Swin-Base (late fusion, no CA) | 64.25 | – | – | 398 | 19.4 |
323
  | **CASWiT-Base + UPerNet** | 65.11 | 77.71 | 35.87 |489 | 15.4 |
324
  | **CASWiT-Base-SSL + UPerNet** | 65.35 | 77.87 | 35.99 |489 | 15.4 |
 
428
  - [CRAG](https://github.com/XiaoyuZHK/CRAG-Dataset_Aug_ToCOCO) for the dataset
429
  - [ISIC](https://challenge.isic-archive.com/) for the dataset
430
 
431
+ ---