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
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: