chenller / mmseg-extension

mmsegmentation extension library containing the latest paper code.
Apache License 2.0
6 stars 0 forks source link

Error while training #2

Closed bbbts closed 3 weeks ago

bbbts commented 1 month ago

Getting this error - AssertionError: MMCV==2.2.0 is used but incompatible. Please install mmcv>=2.0.0rc4. Was anyone able to solve it? Thanks!

chenller commented 1 month ago

Based on my testing, I believe this is an issue with the MMSEG repository. I will provide a solution later.

bbbts commented 1 month ago

Based on my testing, I believe this is an issue with the MMSEG repository. I will provide a solution later.

Thanks in advance! Looking forward to it.

chenller commented 1 month ago

This error is caused by the mmseg repository not supporting mmcv==2.2.0. Please install according to get_started.md. Main changes: python=3.9 pytorch==2.1.x mmcv==2.1.0