-
Traceback (most recent call last):
File "/home/ccq/Data/liu/ViT-Adapter-main/segmentation/train.py", line 11, in
import mmseg_custom # noqa: F401,F403
File "/home/ccq/Data/liu/ViT-Adapte…
ccqlx updated
5 months ago
-
Hi! It is an excellent work.
By the way, I would like to ask a question about "Mask2Former beitv2+coco-stuff-164k”.
When I reproduced the experiment of “mask2former_beitv2_adapter_large_896_80k_co…
-
Hello, I am trying to figure out a way to draw a segmentaion mask for a particular image. When I tried to investigate the outputs of the fine-tuned model, I just saw that the output is a classificatio…
-
```
Hi,
1. I start python 2.5 in the terminal of my mac os 2.6. the pymmseg dir is
placed in the site-packages dir of all of my python versions.
2. I type the first instruction 'from pymmseg import …
-
### Describe the question you meet
\[I want to migrate mgd from mmdet to mmseg ,I mitate the cwd but have almost no effect after migration\]
### Post related information
1. The output of `pip…
-
```
compile the current code on x86_64 platform issue the following error:
##########################
g++ -shared -o mmseg.so mmseg.o algor.o dict.o memory.o
/usr/bin/ld: mmseg.o: relocation R_X86_64…
-
在本地训练运行时报错”KeyError: 'ZihaoDataset is not in the mmseg::dataset registry. “,提示“ Please check whether the value of `ZihaoDataset` is correct or it was registered as expected. More details can be found …
-
```
#coding=gbk
from pymmseg import mmseg
mmseg.dict_load_defaults()
text = '你好,大家好'
algor = mmseg.Algorithm(text)
for tok in algor:
print '%s [%d..%d]' % (tok.text, tok.start, tok.end)
```
Or…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmengine/issues) and [Discussions](https://github.com/open-mmlab/mmengine/discussions) but cannot get the expected help…
-
Sorry to bother you. I already cd ops & sh make.sh # compile deformable attention in segmentation part
When I run train.py in the segementation part, it has an error.
Can you help me to solve it?
…