zoulinxin

Results 17 comments of zoulinxin

Sorry, I forgot to consider the need for a color palette when designing the inference for large-scale remote sensing images. Additionally, known issues include displaying the progress of inference. These...

refer to [mmrazor](https://github.com/open-mmlab/mmrazor/tree/main/configs/distill/mmseg/cwd)

One possible solution is to install within a conda environment and then pack the conda environment for offline deployment.

Are you using pip install "mmsegmentation>=1.0.0"? Try installing mmseg from source.

**Inference error: Image and label size mismatch** This error indicates that there is a discrepancy between the input image and the label during inference. There are several potential causes for...

> not sure why it's giving me unrecognized argument error.I tried resuming on dab_detr mmdetection and mmdetection3d and was able to resume training. > > I know you guys are...

This issue will be fixed in the next version, along with #3543.

"get_device" comes from the utils module in mmseg 0.x versions. If your training code is based on version 0.x, please refer to the installation tutorial on the master branch of...

It seems that mmcv may not have been installed correctly. As of today, there is still no compiled version of mmcv for PyTorch 2.2. A possible solution is to install...

Currently, mmseg does not include the siamese network. However, it is worth noting that mmseg does not concatenate the change detection images into a "single file", but stacks them up...