WHU-USI3DV / Mobile-Seed

[IEEE RAL'24 & IROS'24] Mobile-Seed: Joint Semantic Segmentation and Boundary Detection for Mobile Robots
https://whu-usi3dv.github.io/Mobile-Seed/
BSD 2-Clause "Simplified" License
118 stars 2 forks source link

Question about mmcv version #8

Closed Chenneyi closed 3 months ago

Chenneyi commented 3 months ago

Hello, I came across a question when I tried to do the evaluation step and I ran the command bash tools/dist_test.sh ./configs/Mobile_Seed/MS_tiny_cityscapes.py /ckpt/MS_tiny_cityscapes.pth 1 --eval mIoU . If I previously installed mmcv-full(1.7.2), the error occurred as below, image However If I installed mmcv(2.2.0),the error was image I searched from the Internet that the error may come from the incompatible of cuda version and if the mmcv upgrades to the latest version, a lot of codes may change. Could you please tell me your cuda version and how to install the mmcv?

martin-liao commented 3 months ago

Cuda version is 12.2, and I installed the mmcv-full==1.7.2 with openmim. Please refer to mim for details.

martin-liao commented 3 months ago

Since the problem has been resolved, I will close the issue.