详细警告
在使用mmcv-full的时候出现了下面的警告,但是安装2.0以上版本又会出现不兼容的问题。
UserWarning: On January 1, 2023, MMCV will release v2.0.0, in which it will remove components related to the training process and add a data transformation module. In addition, it will rename the package names mmcv to mmcv-lite and mmcv-full to mmcv
解决方法
安装mmcv-lite
安装命令:
pip install mmcv-lite