【发布时间】:2022-01-12 02:03:05
【问题描述】:
这是我的代码,但我编写了以下错误,这是什么问题?
input_folder = r'D:\\unity projects\\ACCAD\\ACCAD\\Female1General_c3d'
output_folder = r'D:\\unity projects\\ACCAD\\ACCAD\\Female1General_c3d_converted'
错误:
Processing folder: A10_-_lie_to_crouch_stageii.npz
Traceback (most recent call last):
File ".\Npzconveter.py", line 18, in <module>
for file in os.listdir(folder_path):
NotADirectoryError: [WinError 267] The directory name is invalid: 'D:\\\\unity
projects\\\\ACCAD\\\\ACCAD\\\\Female1General_c3d\\A10_-_lie_to_crouch_stageii.npz'
我几乎尝试了所有方法 :( 非常感谢您提供的任何帮助。
【问题讨论】:
标签: python json windows unity3d