-
mmseg 0.20.0
git clone https://github.com/Traffic-X/ViT-CoMer.git
-
Hello,
For the semantic segmentation prediction in the Jupyter notebook, library dependencies seem to mismatch:
*Requires mmseg >= 1.0, mmcv >= 2.0:*
from mmseg.apis import init_model, inferen…
-
Predicting the segmentaion map of RSP-Swin-T on iSAID dataset
mmcv是1.4.4,mmseg是0.22.0
![image](https://github.com/user-attachments/assets/10474304-1c18-4d73-9e3c-f081407a597c)
or
![image](https://…
-
当使用单个损失如 CrossEntropyLoss或者diceloss时不会报错。但如果同时使用,则会报错:Traceback (most recent call last):
File "train.py", line 242, in
main()
File "train.py", line 238, in main
meta=meta)
File "/h…
-
Hello,
Looks like the crop size is incorrect in the RADIO ADE20K config.
It's listed as (518, 518) [here](https://github.com/NVlabs/RADIO/blob/6c2dd67fd7d5a7c2b4e145be5755da9f573c33fa/mmseg/con…
-
When I run the test.py with the weights provided, the following errors will occur:
2024-09-10 21:42:00,371 - mmseg - INFO - load checkpoint from local path: ./mit_b4.pth
2024-09-10 21:42:03,151 - mm…
que-y updated
3 weeks ago
-
### Describe the bug
I am training the segnext_l model as a standard teacher on my data and keeping the checkpoint obtained for distillation(mmseg/cwd) from segnext_l--->segnext_tiny. When doing th…
-
Great job for the field of Semantic Segmentation! However, when I'm trying to count the trainable parameter number of this network, I found the mmseg official tool_(tools/analysis_tools/get_flops.py)_…
-
When I used the pre-trained weights on the Segmentation task, I got this:
"
KeyError: 'MM_VSSM is not in the mmseg::model registry. Please check whether the value of `MM_VSSM` is correct or it was r…
-
Hello, authors
Thank you for your upload. This project is based on an earlier version of mmseg, which differs significantly from the current main version (my work is based on the latest mmseg-main)…