ConsistentTeacher icon indicating copy to clipboard operation
ConsistentTeacher copied to clipboard

Environmental configuration

Open Re-dot-art opened this issue 1 year ago • 4 comments

I have been experiencing various errors while configuring the environment. Do you have a detailed and complete set of environment configuration steps?

Re-dot-art avatar Jan 15 '24 08:01 Re-dot-art

Dear @Re-dot-art and @Code-of-Liujie,

Could you please provide details about the specific issues you're encountering with the environment configuration? Our code was originally developed during the mmcv1.0 era. Since then, mmcv has been updated to version 2.0, which might be causing some compatibility issues. However, the overall structure and functionality of our code should remain relevant and usable. If you are able to successfully install and execute mmdet, our code should be directly compatible and function as intended.

Adamdad avatar Jan 15 '24 11:01 Adamdad

This should a problem of installation of mmcv. The solution could be found in https://github.com/open-mmlab/mmdetection/issues/3271. The requirement.txt is provided in the repo, the package version is alse listed in https://github.com/Adamdad/ConsistentTeacher#requirements.

Adamdad avatar Jan 15 '24 11:01 Adamdad

Dear @Code-of-Liujie,

For installation issues with mmdet and mmcv, please check their issue trackers for solutions, as finding the right mmcv version can be tricky due to package design. For more in-depth support, consider contacting the maintainers or referring to the official documentation.

Best regards.

Adamdad avatar Jan 15 '24 12:01 Adamdad

python=3.8 cuda=11.4 1 2 3

Re-dot-art avatar Jan 15 '24 13:01 Re-dot-art