Not init distributed mode.
Traceback (most recent call last):
File "train.py", line 50, in
main(args)
File "train.py", line 24, in main
cfg = YAMLConfig(
File "/home/gxu4090x2/桌面/lqh/program/RT-DETR-main/rtdetr_pytorch/tools/../src/core/yaml_config.py", line 18, in init
cfg = load_config(cfg_path)
File "/home/gxu4090x2/桌面/lqh/program/RT-DETR-main/rtdetr_pytorch/tools/../src/core/yaml_utils.py", line 155, in loadconfig
, ext = os.path.splitext(file_path)
File "/home/gxu4090x2/.conda/envs/lqh/lib/python3.8/posixpath.py", line 118, in splitext
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType
Not init distributed mode. Traceback (most recent call last): File "train.py", line 50, in
main(args)
File "train.py", line 24, in main
cfg = YAMLConfig(
File "/home/gxu4090x2/桌面/lqh/program/RT-DETR-main/rtdetr_pytorch/tools/../src/core/yaml_config.py", line 18, in init
cfg = load_config(cfg_path)
File "/home/gxu4090x2/桌面/lqh/program/RT-DETR-main/rtdetr_pytorch/tools/../src/core/yaml_utils.py", line 155, in loadconfig
, ext = os.path.splitext(file_path)
File "/home/gxu4090x2/.conda/envs/lqh/lib/python3.8/posixpath.py", line 118, in splitext
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType