Total3DUnderstanding icon indicating copy to clipboard operation
Total3DUnderstanding copied to clipboard

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

Open JasonSongPeng opened this issue 1 year ago • 1 comments

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'

JasonSongPeng avatar Jun 13 '23 03:06 JasonSongPeng