-
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…
-
Thank you for releasing code
i want to use other mmsegmentation model
So i copy this blv_loss.py and cofig file to my mmsegmentation folder
is there any file to need except for blv_loss.py…
-
size mismatch for 0.weight: copying a param with shape torch.Size([256, 678, 3, 3]) from checkpoint, the shape in current model is torch.Size([256, 1062, 3, 3]).
bieyl updated
3 months ago
-
请问mmsegmentation如何实现孪生网络,我想做遥感变化检测,计划将图像分别以单独的分支输入网络,而不是合并成一个文件再去输入。谢谢。
Please ask mmsegmentation how to implement siamese networks. I want to do remote sensing change detection and plan to feed the…
-
When I download config and checkpoint files,there are some issues occurring:
/home/anaconda3/envs/mmsegmentation/lib/python3.8/site-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is…
-
Hi,
I am trying to install mmsegmentation as part of a docker.
When I install it in the dockerfile, the package installed is called mmsegmentation and not mmseg, and it causes ModuleNotFoundError wh…
-
想知道具体的mmcv以及mmcv-full的版本号
-
Follow the install instruction as :
PyTorch 2.0 + CUDA 11.8
```
conda create -n sparsebev python=3.8
conda activate sparsebev
conda install pytorch==2.0.0 torchvision==0.15.0 pytorch-cuda=11.8 -c…
-
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. …
-
after i update to mmsegmentation 1.x, it can't use the config "convnext-large_uprnet_upernet_8b2-amp-160_ade20k-604x604.py"
due to its backbone's type (mmcls.ConvNeXt)!
mmsegmentation uses mmcv 2.…