-
Thank you for your contribution.
在rsipac2022的赛道2中,在更换后文件mmseg/datasets/custom.py后发现第17行未定义的函数metrics_fast和第565行的reduce变量或函数
https://github.com/CarryHJR/remote-sense-quickstart/blob/caf42c2fbe9e1c23a…
-
Traceback (most recent call last):
File "train.py", line 104, in
main()
File "train.py", line 100, in main
runner.train()
File "/home/lyu-03/.conda/envs/lx_torch/lib/python3.7/site…
-
首先很感谢作者您对于图像分割的贡献以及开源代码,但是我在预测Potsdam数据集的时候存在一些小问题,运行代码如下:
python segmentation/image_demo.py segmentation/configs/potsdam/mask2former_beit_adapter_large_512_80k_potsdam_ss.py D:\PyCharm_Projects\ViT…
-
I follow this tutorial:
https://github.com/open-mmlab/mmsegmentation/blob/main/demo/MMSegmentation_Tutorial.ipynb
It works fine up to the cell:
```
# Check Pytorch installation
import torch…
-
Hello, could you please provide the code for fine-tuning the sam segmentation of polyps? If so, I would be very grateful.
-
I change the backbone of PVT
**config**
```
07/23 15:14:37 - mmengine - INFO - Config:
checkpoint = 'work_dirs/fpn/max_acc.pth'
crop_size = (
512,
512,
)
data_preprocessor = d…
-
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.
…
-
parser.add_argument('--file_list', default='/root/autodl-tmp/ChangeCLIP-release/CDdata/LEVIR-CD256/test.txt', help='Image file')
parser.add_argument('--config', default='/root/autodl-tmp/ChangeCLIP-r…
-
I am trying to use mmsegmentation for segmentation of pathology images on my own new dataset. I have 512x512 patches of images and annotations. I am representing four classes of my new dataset as give…
-
I have been working on setting environment with previous version of mmcv and I always get the same error. I have tried different version of pytorch, cuda and more however i couldnt solve the problem. …