-
Traceback (most recent call last):
File "C:\Git clone\mmsegmentation\tools\train.py", line 104, in
main()
File "C:\Git clone\mmsegmentation\tools\train.py", line 100, in main
runner.t…
-
Hi,
Thanks for your amazing work!
I am trying to reproduce the baseline results for the segmentation task (**without** using DVT) for the models provided in the paper. My results are much differen…
-
I'm trying to replace the decoder head of swin transformer, but I got the KeyError and I don't know how to solve it:
```
2023-04-10 14:34:46,693 - mmseg - INFO - Set random seed to 451499853, determ…
-
Hello!
Thanks for your great work! I am wondering if you can publish the implementation with UperNet as the decoder for the semantic segmentation task?
-
Traceback (most recent call last):
File "tools/train.py", line 104, in
main()
File "tools/train.py", line 93, in main
runner = Runner.from_cfg(cfg)
File "/home/tjf22/.conda/envs/…
-
TO DO LIST:Labelme 标注语义分割数据集(子豪兄已经帮你完成了)划分训练集和测试集(子豪兄已经帮你完成了)Labelme 标注转 Mask 灰度图格式(子豪兄已经帮你完成了)使用 MMSegmentation 算法库,撰写 config 配置文件,训练 PSPNet 语义分割算法提交测试集评估指标自己拍摄西瓜图片和视频,将预测结果发到群里(选做)训练 Segformer 语…
-
Hi there, I'm pretty new to this framework and came across a wired situation that my `decode.acc_seg` drops to 0 quickly and stays there. As a result, my evaluation results are 0s except the `image…
zlyin updated
2 years ago
-
I'm trying to run the infer script from the "simple usage" section of the documentation, but I keep getting the following error:
"FileNotFoundError: [Errno 2] No such file or directory: 'data/LEVIR-…
-
Hi! Thanks a lot for releasing the codes :)
Do I understand correctly that the main model is in https://github.com/OpenGVLab/DDPS/blob/main/mmseg_custom/models/decode_heads/segformer_head_unet_fc_h…
-
This problem does not occur in version 1.12 of mmseg but in the newest version.
When the training process was going to change to 'val' mode, there was an additional memory cost, which usually lead to…