-
Traceback (most recent call last):
File "tools/test.py", line 130, in
main()
File "tools/test.py", line 125, in main
runner.test()
File "/home/grize/mmsegmentation/mmsegmentation-m…
-
https://github.com/SwinTransformer/Swin-Transformer-Semantic-Segmentation
https://github.com/open-mmlab/mmsegmentation
-
I am trying to install mmseg following the instructions:
```
!mim install "mmcv>=2.0.0" -t /local_folder/
!mim install mmengine -t /local_folder/
!git clone https://github.com/open-mmlab/mms…
-
Hello,
I am trying to do train and evaluate a mask2former model on large images (3648x5472 pixels).
Training is not an issue in terms of memory usage, since I'm using cropped patches - the train_p…
-
# Welcome update to OpenMMLab 2.0
I am Vansin, the technical operator of OpenMMLab. In September of last year, we announced the release of OpenMMLab 2.0 at the World Artificial Intelligence Conferenc…
-
Vulnerable Library - pytorch_lightning-1.4.2-py3-none-any.whl
PyTorch Lightning is the lightweight PyTorch wrapper for ML researchers. Scale your models. Write less boilerplate.
Library home page: h…
-
cuda op error when use internimage-L and internimage-LX with DCNv4, however internimage-B works well with DCNv4. What is wrong?
Environments:
DCNv4: build from https://github.com/OpenGVLab/DCNv4/…
-
Is early stopping supported with the mmsegmentation?
-
When I run the pre-trained model on DAVIS2016, the error comes. I downloaded the DAVIS 2016 from the official website. There is no file named "ImageSets/2016/val.txt".
(openmmlab) root@bh1llmn592p…
-
**Describe the feature**
**Motivation**
Now, val_loop cannot return the loss, and it is inconvenient when users would like to record and monitor the validation loss.
**Related resources**
…