SegmentationBLWX / sssegmentation

SSSegmentation: An Open Source Supervised Semantic Segmentation Toolbox Based on PyTorch.
https://sssegmentation.readthedocs.io/en/latest/
Apache License 2.0
795 stars 107 forks source link

Do we have any usage examples? #38

Closed shravankumar-concat closed 1 year ago

shravankumar-concat commented 1 year ago
CharlesPikachu commented 1 year ago

Here is a simple document: https://sssegmentation.readthedocs.io/en/latest/

For custom datasets, you can refer to the code in datasets directory: https://github.com/SegmentationBLWX/sssegmentation/tree/main/ssseg/modules/datasets

shravankumar147 commented 1 year ago

Good place to start here: ssseg tutorials