mmsegmentation icon indicating copy to clipboard operation
mmsegmentation copied to clipboard

OpenMMLab Semantic Segmentation Toolbox and Benchmark.

Results 566 mmsegmentation issues
Sort by recently updated
recently updated
newest added

I really appreciate your works. :) I have some questions about code 'def intersect_and_union' in 'mmsegmentation/mmseg/evaluation/metrics/iou_metric.py' def intersect_and_union(pred_label: torch.tensor, label: torch.tensor, num_classes: int, ignore_index: int): """Calculate Intersection and Union. Args:...

Hello, I am using mmsegmentation to develop a new segmentation model. During the process, I found that I need to pass additional parameters through the loss, predict, and _forward functions....

![1729086872796](https://github.com/user-attachments/assets/c472c4f2-304c-4601-a908-a1cc0deea714) I ran SAN on a custom dataset. Why is this problem occurring?

Hello, I am using a model from mmsegmentation to train on a custom dataset. With the same configuration, the only change I made was the path for saving the results....

Hello. I'm trying to fine tune a segformer model on my custom dataset. I have the images and masks as they should be for segformer in my dataset folder. I...

where the pretrain/jx_vit_base_p16_224-80ecf9dd.pth?

![image](https://github.com/user-attachments/assets/4902c21f-c3c2-4a85-92cb-f8c2cc4d07a6) Traceback (most recent call last): File "/home/badwater/lw/mmsegmentation-main/mmseg/unet.py", line 32, in main() File "/home/badwater/lw/mmsegmentation-main/mmseg/unet.py", line 26, in main model = build_backbone(backbone_cfg) File "/home/badwater/lw/mmsegmentation-main/mmseg/models/builder.py", line 17, in build_backbone return BACKBONES.build(cfg) File...

Thanks for your error report and we appreciate it a lot. **Checklist** 1. There was a similar problem in #1473, but the script was written only by timm and swin.....

- my mmseg version:0.30.0 - i want to train and test `setr_naive_512x512_160k_b16_ade20k.py` but the checkpt is wrong as following: **FileNotFoundError: pretrain/vit_large_p16.pth can not be found.** I am not very anxious...

## Motivation support moore threads MUSA gpu ## Modification Due to compatibility with cuda, cuda operators can be directly ported ## Checklist 1. Pre-commit or other linting tools are used...