mmsegmentation
mmsegmentation copied to clipboard
OpenMMLab Semantic Segmentation Toolbox and Benchmark.
Hello, I want to build other metrics, so how could I get the y_true and y_pred from your train~~ Thank you
Thanks for your error report and we appreciate it a lot. **Checklist** 1. I have searched related issues but cannot get the expected help. 2. The bug has not been...
Hi,I want to train beit by myself, so I excute beit2mmseg.py to get the pretrain model for mmseg. `python tools/model_converters/beit2mmseg.py https://conversationhub.blob.core.windows.net/beit-share-public/beit/beit_base_patch16_224_pt22k_ft22k.pth pretrain/beit_base_patch16_224_pt22k_ft22k.pth` I can excute beit2mmseg.py successfully. However, when I...
Hi, 1. How to add auxiliary decoder head for Swin Transformer? And how to set it in config file (in '_base_' and 'swin')? By default upernet_swin_tiny config file already has...
iSAID
After downloading the Isaid data set, perform data set conversion according to the document, but the converted folder content is empty  
Hello, Im trying to train the Unet+FCN model and finetune it using the provided model weight. For doing so, I changed the `pretrained` with the downloaded model weight file, but...
Hello, I have a question on training the model for binary class, crack and noncrack.They returned this, 2022-08-05 12:34:38,640 - mmseg - INFO - Iter(val) [1551] aAcc: 0.9814, mIoU: 0.8320,...
--opacity 1.0 python tools/test.py ./configs/ocrnet/ocrnet_hr18.py \ ocrnet_hr18.pth --show-dir work_dirs/ocrnet_hr18_mask --opacity 1.0; what's opacity? I could not find the intrudiction of opacity in CONFIG DOC, please help me,thanks!