-
I have a dataset with image size 128x128. When I use patch size of 8x8 the code works for me but when I'm trying to run the local model with patches of size 16x16 instead of 8x8 I get this error:
U…
-
when I focus on stage 2, I use mmcv2.1.0 mmdet 3.3.0 mmengine 0.7.3 mmsegmentation 1.2.2 to train the segmentation network successfully. do u know why the error shown below occur when i test the segm…
-
MMsegmentation/mmseg/models/backbone/beit.py 를 보면
```
try:
from scipy import interpolate
except ImportError:
interpolate = None
```
요로케 되어있는데, beit가 positional ecoding을 생성하는 과정에서 이미지 …
-
### 描述该功能
I hope to give a practical tutorial of multi-task learning, and add mmdet and mmseg to the multi-task learning module, thank you.
### 是否希望自己实现该功能?
- [ ] 我希望自己来实现这一功能,并向 MMPreTrain 贡献代码!
-
I am trying to run tutorial notebook in my local computer. Every step is fine until i face the error when running cell for Train and Evaluation. It says IndexError: Target 15 is out of bounds. I don't…
-
Hi!Excuse me ,I have some question to ask you ?
1. Can I run the program in WIN10?
2. I try it but it have a KeyError: ‘Topformer is not in the models registry’
Looking forward to your reply
-
deepakpanda7/code/Users/deepakpanda/segmentation/mmsegmentation/work_dirs/pspnet_r101-d8_512x512_160k_p3m10k
2022-05-28 12:13:16,781 - mmseg - INFO - Hooks will be executed in the following order:
b…
-
Hi,
I've been exploring your project and am really impressed with your work. However, I've been facing challenges with package installations due to a restrictive proxy on my network. I often encoun…
-
when build for segmentation task,occur the KeyError: 'BEiT is not in the backbone registry'
-
https://github.com/open-mmlab/mmsegmentation/blob/cbf9af1e3f2eb50b58c8d783008f749ef62f2435/mmseg/evaluation/metrics/iou_metric.py#L124
I think the following is right:
```
ious = [ i / o for i,o i…
KeyKy updated
5 months ago