LiWentomng / OrientedRepPoints

The code for “Oriented RepPoints for Aerial Object Detection (CVPR 2022)”
272 stars 43 forks source link

训练时报错 #31

Open unbeliveyu opened 1 year ago

unbeliveyu commented 1 year ago

'gcc' is not recognized as an internal or external command, operable program or batch file. E:\anaconda\envs\orientedreppoints\lib\site-packages\mmcv__init__.py:21: 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. See https://github.com/open-mmlab/mmcv/blob/master/docs/en/compatibility.md for more details. 'On January 1, 2023, MMCV will release v2.0.0, in which it will remove ' Traceback (most recent call last): File "tools/train.py", line 154, in main() File "tools/train.py", line 106, in main env_info_dict = collect_env() File "f:\orientedreppoints\mmdet\utils\collect_env.py", line 42, in collect_env gcc = subprocess.check_output('gcc --version | head -n1', shell=True) File "E:\anaconda\envs\orientedreppoints\lib\subprocess.py", line 411, in check_output **kwargs).stdout File "E:\anaconda\envs\orientedreppoints\lib\subprocess.py", line 512, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command 'gcc --version | head -n1' returned non-zero exit status 255.