You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(RT-DETR) PS E:\develop_python\python_code\RT-DETR-main\RT-DETR-main\rtdetr_pytorch> python tools/train.py -c configs/rtdetr/rtdetr_r18vd_6x_coco.yml
Not init distributed mode.
Traceback (most recent call last):
File "E:\develop_python\python_code\RT-DETR-main\RT-DETR-main\rtdetr_pytorch\tools\train.py", line 52, in
main(args)
File "E:\develop_python\python_code\RT-DETR-main\RT-DETR-main\rtdetr_pytorch\tools\train.py", line 26, in main
cfg = YAMLConfig(
File "E:\develop_python\python_code\RT-DETR-main\RT-DETR-main\rtdetr_pytorch\tools..\src\core\yaml_config.py", line 18, in init
cfg = load_config(cfg_path)
File "E:\develop_python\python_code\RT-DETR-main\RT-DETR-main\rtdetr_pytorch\tools..\src\core\yaml_utils.py", line 173, in load_config
base_cfg = load_config(base_yaml, cfg)
File "E:\develop_python\python_code\RT-DETR-main\RT-DETR-main\rtdetr_pytorch\tools..\src\core\yaml_utils.py", line 159, in load_config
file_cfg = yaml.load(f, Loader=yaml.Loader)
File "E:\anaconda3\envs\RT-DETR\lib\site-packages\yaml_init_.py", line 79, in load
loader = Loader(stream)
File "E:\anaconda3\envs\RT-DETR\lib\site-packages\yaml\loader.py", line 44, in init
Reader.init(self, stream)
File "E:\anaconda3\envs\RT-DETR\lib\site-packages\yaml\reader.py", line 85, in init
self.determine_encoding()
File "E:\anaconda3\envs\RT-DETR\lib\site-packages\yaml\reader.py", line 124, in determine_encoding
self.update_raw()
File "E:\anaconda3\envs\RT-DETR\lib\site-packages\yaml\reader.py", line 178, in update_raw
data = self.stream.read(size)
UnicodeDecodeError: 'gbk' codec can't decode byte 0xb8 in position 266: illegal multibyte sequence @lyuwenyu
The text was updated successfully, but these errors were encountered:
(RT-DETR) PS E:\develop_python\python_code\RT-DETR-main\RT-DETR-main\rtdetr_pytorch> python tools/train.py -c configs/rtdetr/rtdetr_r18vd_6x_coco.yml
Not init distributed mode.
Traceback (most recent call last):
File "E:\develop_python\python_code\RT-DETR-main\RT-DETR-main\rtdetr_pytorch\tools\train.py", line 52, in
main(args)
File "E:\develop_python\python_code\RT-DETR-main\RT-DETR-main\rtdetr_pytorch\tools\train.py", line 26, in main
cfg = YAMLConfig(
File "E:\develop_python\python_code\RT-DETR-main\RT-DETR-main\rtdetr_pytorch\tools..\src\core\yaml_config.py", line 18, in init
cfg = load_config(cfg_path)
File "E:\develop_python\python_code\RT-DETR-main\RT-DETR-main\rtdetr_pytorch\tools..\src\core\yaml_utils.py", line 173, in load_config
base_cfg = load_config(base_yaml, cfg)
File "E:\develop_python\python_code\RT-DETR-main\RT-DETR-main\rtdetr_pytorch\tools..\src\core\yaml_utils.py", line 159, in load_config
file_cfg = yaml.load(f, Loader=yaml.Loader)
File "E:\anaconda3\envs\RT-DETR\lib\site-packages\yaml_init_.py", line 79, in load
loader = Loader(stream)
File "E:\anaconda3\envs\RT-DETR\lib\site-packages\yaml\loader.py", line 44, in init
Reader.init(self, stream)
File "E:\anaconda3\envs\RT-DETR\lib\site-packages\yaml\reader.py", line 85, in init
self.determine_encoding()
File "E:\anaconda3\envs\RT-DETR\lib\site-packages\yaml\reader.py", line 124, in determine_encoding
self.update_raw()
File "E:\anaconda3\envs\RT-DETR\lib\site-packages\yaml\reader.py", line 178, in update_raw
data = self.stream.read(size)
UnicodeDecodeError: 'gbk' codec can't decode byte 0xb8 in position 266: illegal multibyte sequence
@lyuwenyu
The text was updated successfully, but these errors were encountered: