-
File "/media/hanxu/Documents/Paper003-underwater-segmentation/mmsegmentation-1.1.2/mmseg/models/segmentors/encoder_decoder.py", line 178, in loss
loss_decode = self._decode_head_forward_train(x,…
-
Hi, I try to put cgrseg to the mmsegmentation project and train it, but seem like it can not be trained. Could you please release the complete training code and the weights? Thank you!
-
Hello,
For the semantic segmentation prediction in the Jupyter notebook, library dependencies seem to mismatch:
*Requires mmseg >= 1.0, mmcv >= 2.0:*
from mmseg.apis import init_model, inferen…
-
### Describe the question you meet
Can autoslim be used on mmsegmentation models like [pspnet](https://github.com/open-mmlab/mmsegmentation/tree/master/configs/pspnet) or [segformer](https://github.c…
-
Is there a quick script, notebook or colab to run semantic segmentation inference with your pretrained models models on some arbitrary image that is not part of the datasets you listed?
-
### Checklist
- [X] I have searched related issues but cannot get the expected help.
- [ ] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but …
-
Thank you for great work on this paper.
I am interested to try OPEN, but I couldn't find any installation instruction.
any plans to release that, please?
Thank you again!
-
https://github.com/likyoo/open-cd/blob/main/docs/inference.md
When I try to test the inference with existing models, I encouter the following problems.
I want to know how to resovle this problem. …
-
When reproduce Text-focused-transformer, i refered to mmsegmentation whose mmcv>=2.0.0 and mmsegmentation>=1.0.0 , this two packages are compatible with each other. But when i run the eval script, …
-
We keep this issue open to collect feature requests from users and hear your voice. Our monthly release plan is also available here.
You can either:
1. Suggest a new feature by leaving a comment…