-
Does mmseg currently support saving checkpoints to Weights and baises ?
I have been using WandbVisBackend for visualisation though.
-
您好,我想在inference的时候将得到的result与gt计算miou等相关指标。现在我使用在potsdam上预训练的权重,在potsdam的验证集上进行推理,然后使用../mmseg/core/evaluation/metrics.py,计算得到的{'aAcc': array(0.04249801), 'IoU': array([0.06536244, 0.00681113, 0.00367…
-
您好,我想请问您关于数据输入的一些问题,就是我看您在mmdet检测网络中多加了一个深度图数据的输入,然后您在处理这部分数据时使用的是mmseg的pipelines文件,请问您是为了实现双头输入就使用mmseg文件中的pipeline文件吗?非常期待您的回答,谢谢您。
-
### 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) b…
-
` conda env create -f conda-extras.yaml` fails with error message
```
Solving environment: done
==> WARNING: A newer version of conda exists. [16 lines of output]
/tmp/pip-install-pa3…
-
Thank you for your great work.
In your paper, you used UpperNet to implement image semantic segmentation. Can you provide the relevant code?
Thank you very much.
-
```
请问sphinx-for-chinese用的什么分词算法?,与coreseek的区别是什
么?
```
Original issue reported on code.google.com by `chenjuny...@gmail.com` on 2 Jun 2010 at 2:18
-
Dear author,
I have encountered an error when I try to call the segmentation network. I sincerely need your help, thank you!
```python
import sys
sys.path.insert(0,'/mnt/workspace/pro…
-
File "d:\mmsegmentation-main\mmseg\evaluation\metrics\iou_metric.py", line 77, in process
num_classes = len(self.dataset_meta['classes'])
KeyError: 'classes'
-
```
hi,
我想让分词器碰到《传奇3》、“传奇3”等这种词的时候,《
》内部的就不继续分词,而是让内部作为一个词语。
请问这在哪里可以修改一下?
```
Original issue reported on code.google.com by `sling...@gmail.com` on 17 Dec 2013 at 5:37