KieDani commited on
Commit
4f0405e
·
verified ·
1 Parent(s): e879b89

Removed legacy variants from README

Browse files
Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -77,17 +77,14 @@ The weights of the Segformer (Original) model were used to get the inference res
77
  ## Usage
78
 
79
  Easy usage:
80
- - [Use the SegFormer++ via TorchHub](docs/setup/torchhub_setup.md)
81
- - [Use the SegFormer++ without OpenMMLab](docs/setup/noopenmmlab_setup.md)
82
-
83
- Legacy Variants. To use our models for semantic segmentation or 2D human pose estimation, please follow the installation instructions for MMSegmentation and MMPose respectively, which can be found in the documentation of the respective repositories.
84
- - [Use the SegFormer++ with MMSegmentation](docs/setup/mmseg_setup.md)
85
- - [Use the SegFormer++ with MMPose](docs/setup/mmpose_setup.md)
86
- - [Use the SegFormer++ without MMSegmentation/MMPose](docs/setup/mmeng_setup.md)
87
 
88
  Explanation of the different token merging strategies:
89
  - [Token Merging Settings](docs/run/token_merging.md)
90
 
 
 
91
  ## Citation
92
  ```bibtex
93
  @article{kienzle2024segformer++,
 
77
  ## Usage
78
 
79
  Easy usage:
80
+ - [Use the SegFormer++ easily via TorchHub](docs/setup/torchhub_setup.md)
81
+ - [Use the SegFormer++ directly](docs/setup/noopenmmlab_setup.md)
 
 
 
 
 
82
 
83
  Explanation of the different token merging strategies:
84
  - [Token Merging Settings](docs/run/token_merging.md)
85
 
86
+ Legacy Variants (e.g. as part of mmseg or mmpose) can be found on GitHub: https://github.com/KieDani/SegformerPlusPlus
87
+
88
  ## Citation
89
  ```bibtex
90
  @article{kienzle2024segformer++,