-
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 fixed in the latest version.
…
-
Hi,
After the update of Readme file, I followed the Fine-tuning steps and I could not proceed further as there was a blockage in the config file -> [sen1floods11_config.py]
> In the configs fo…
-
一、看了mmsegmentation上面写的支持SAM推理器,自己部署运行了,模型可以跑起来,但是不知道为什么每次到模型评估保存点就会断开。
二、链接如下:
https://github.com/open-mmlab/mmsegmentation/pull/2897/commits/5a8d9e1ff97e2c22086ff6638e08db5d0567bcc9
三、版本如下:
拉取的mm…
-
## Background
- 5월4일 피어세션 기준 최고 성능 모델인 UperNet에 CopyPaste를 적용해서 효과를 검증해보고자 함.
- 현재 데이터 수 자체가 적은 Glass, Metal, Battery, Clothing 같은 클래스의 MIoU를 높이는데 효과가 있는지를 위주로 실험할 예정
## Content
- Paper pack, Gl…
-
The software is incomplete and obviously missing methods, such as:
from mmseg.utils import (collect_env, get_device, get_root_logger,
setup_multi_processes)
-
I use upernet_mae_swin_tiny_256_mask...py, but when I use checkpoint-99-model.pth as the backbone pretrained model. It reports this:
mmseg - WARNING - The model and loaded state dict do not match e…
-
Hi, I am working to learn with ViT-Adapter as below.
After setup all required packages installed, do training with this command makes error.
```
bash dist_train.sh configs/cityscapes/mask2former_…
-
Hey, I'm trying to train my custom dataset using mmseg. I'm simply trying to segment the foreground object from the image. I have already trained this model on my own YOLACT repo and it works well the…
-
Hi, Thanks for your great work firstly and There's always a strange problem when I try to run the code on my own dataset.
I have already changed my dataset to the VSPW dataset format. But a strange b…
-
Thank you for sharing the code!
There is an error occur when I trainning the segementation task:
File ".../site-packages/mmcv/runner/hooks/evaluation.py", line 389, in evaluate
return eval_…