lsj1111
lsj1111
### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmcv/issues) and [Discussions](https://github.com/open-mmlab/mmcv/discussions) but cannot get the expected help. - [X] The bug has not been fixed in the latest version(https://github.com/open-mmlab/mmcv). ### Environment...
I configured it according to the author's method: conda create --name maskdino python=3.8 -y conda activate maskdino conda install pytorch==1.9.0 torchvision==0.10.0 cudatoolkit=11.1 -c pytorch -c nvidia pip install -U opencv-python...
it's a good job,and I saw in your paper that you obtained the segmentation results of DOTA 2.0 version. Can I use this code to obtain the segmentation results of...
 在加在HRSC标签时为什么要判断color_list是否为3,但是HRSC数据集的真值本来就不为3,可以详细解释一下吗 