rstrudel / segmenter

[ICCV2021] Official PyTorch implementation of Segmenter: Transformer for Semantic Segmentation
MIT License
842 stars 174 forks source link

Custom datasets #42

Closed caihaunqai closed 2 years ago

caihaunqai commented 2 years ago

Hello, thank you for your excellent job. I want to know that how to train with custom datasets?

rstrudel commented 2 years ago

Hi, please check #36 and how to train with a custom dataset tutorial with mmsegmentation. Segmenter is now available there!