Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/hustvl/Vim
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulianghui committed Aug 2, 2024
2 parents 0fe80c3 + a3ac48e commit 088e49b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions seg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
- Meet some problems of env? Requirements for reference: seg-requirements.txt


## Train Your VimDet
## Train Your VimSeg

`bash scripts/ft_vim_tiny_vimdet.sh`
`bash scripts/ft_vim_tiny_upernet.sh`

## Test Your VimDet
## Test Your VimSeg

`bash scripts/eval_vim_tiny_vimdet.sh`
`bash scripts/eval_vim_tiny_upernet.sh`

---

## Acknowledgement
Vim semantic segmentation is built with [MMSegmentation](https://github.com/open-mmlab/mmsegmentation/tree/v0.20.2), [EVA-02](https://github.com/baaivision/EVA/tree/master/EVA-02), and [BEiT](https://github.com/microsoft/unilm/tree/master/beit/semantic_segmentation).
Vim semantic segmentation is built with [MMSegmentation](https://github.com/open-mmlab/mmsegmentation/tree/v0.20.2), [EVA-02](https://github.com/baaivision/EVA/tree/master/EVA-02), and [BEiT](https://github.com/microsoft/unilm/tree/master/beit/semantic_segmentation).

0 comments on commit 088e49b

Please sign in to comment.