-
## Background
![image](https://user-images.githubusercontent.com/81875412/166649073-79762301-5cff-478f-bd53-8836246cb369.png)
Cityspace dataset에서 좋은 성능을 보이고 있는 Lawin Transformer를 mmseg 기반으로 학습시켜 보고자…
-
I created a dataset called MyDataset, and the input images are (c, h, w). Since c>3, I chose a TIFF format image for my input images.
I learned from [#2903](https://github.com/open-mmlab/mmsegmenta…
-
ham_head.py中并没有定义FreqFusion2encoder,DySample,SaliencyDySampler报错。
FreqFusion.py中没定义hr_feat_hf报错
-
I have searched related issues but cannot get the expected help.
I follow this tutorial:
https://github.com/open-mmlab/mmsegmentation/blob/main/demo/MMSegmentation_Tutorial.ipynb
I train on m…
-
I just followed the exact steps indicated in the ubuntu section of install.md
I cannot run training tough, because I get:
`ModuleNotFoundError: No module named 'timm'`
Simply running `pip ins…
-
### Checklist
- [X] I have searched related issues but cannot get the expected help.
- [X] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but …
-
norm_cfg = dict(type='BN', requires_grad=True)
model = dict(
type='EncoderDecoder',
backbone=dict(
_delete_=True,
type='Vanillanet',
act_num=3,
dims=[512…
-
Hi,
I followed the mmseg tutorial to set up multi-GPU(2 GPUs) training for a job. But instead of using 2 GPUs to train, it starts the same job individually in each GPU. How do I avoid this?
I us…
-
Hi,
I followed get_started.md to install all the dependencies same as is mentioned in the GitHub.
When I am running the command"python tools/test.py configs/pspnet/pspnet_r50-d8_512x1024_40k_city…
-