-
我使用作者你在https://github.com/ViTAE-Transformer/RSP
的mmseg训练代码来微调vit-base,复现你的结果。在potsdam上微调观察训练日志我发现了一个问题,中间测试结果和作者你的不一样,请问作者你改动什么超参数了吗。ps: 作者你给出的环境我都用一样的,potsdam使用RSP版本的mmseg处理的。下面是我的部分日志
![image](htt…
-
Hi,I'm a student and very interested in your "3D Interacting Hand Pose Estimation by Hand De-occlusion and Removal" paper.
i'm getting error on running demo.py
`(hdr_hope) C:\HDR>python demo/dem…
-
您好,我在mmseg看到您以前尝试使用过crf,但是我没有找到相关的代码和使用教程,请问您可以给我一些指导吗?谢谢您!
-
I am trying to install mmseg following the instructions:
```
!mim install "mmcv>=2.0.0" -t /local_folder/
!mim install mmengine -t /local_folder/
!git clone https://github.com/open-mmlab/mms…
-
issue #4를 통해서 mmsegmentation을 설치하였으면 이제 이를 이용하여 학습을 시켜봅시다.
```
/opt/ml/
-
Thank you for the great project.
# 3Tips for users of the pretrained models.
### Tips0
Installation method that worked successfully
```shell
git clone https://github.com/hukenovs/easyportra…
-
Before asking my question, thank you for sharing your work!
I found that color augmentation is deterministic in your classification code.
In classification code(cls/dalib/modules/masking.py li…
-
The error occurred when running the new pipeline with our own configuration file that ported from the old pipeline's configuration file, matched to the new format. The error message in short is this:
…
-
I can use mmseg to detect my own dataset, the JPG format used in the original image, and the binary PNG format used in the mask. I can train and predict, but the training process and reasoning process…
-
作业:MMSeg 语义分割
背景:西瓜瓤、西瓜皮、西瓜籽像素级语义分割
TO DO LIST:
Labelme 标注语义分割数据集(子豪兄已经帮你完成了)
划分训练集和测试集(子豪兄已经帮你完成了)
Labelme 标注转 Mask 灰度图格式(子豪兄已经帮你完成了)
使用 MMSegmentation 算法库,撰写 config 配置文件,训练 PSPNet 语义分割算法
提交…