GAP-LAB-CUHK-SZ / Total3DUnderstanding

Implementation of CVPR'20 Oral: Total3DUnderstanding: Joint Layout, Object Pose and Mesh Reconstruction for Indoor Scenes from a Single Image
MIT License
415 stars 50 forks source link

OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect #50

Open JasonSongPeng opened 1 year ago

JasonSongPeng commented 1 year ago

Do you know how to solve this problem?

Traceback (most recent call last): File "main.py", line 19, in cfg = CONFIG(args.config) File "D:_Python_Respository\Total3DUnderstanding\configs\config_utils.py", line 39, in init self._logger, self._save_path = self.load_logger() File "D:_Python_Respository\Total3DUnderstanding\configs\config_utils.py", line 65, in load_logger os.makedirs(save_path) File "C:\Anaconda3\envs\Total3D\lib\os.py", line 220, in makedirs mkdir(name, mode) OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'out/total3d\2023-06-13T11:09:46.665278'

GG-nome commented 2 weeks ago

我也遇到这个问题了 请问你是怎么解决的