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 "tools/detect.py", line 86, in
process(args)
File "tools/detect.py", line 68, in process
cfg = Config.fromfile(args.config)
File "d:\lanedet\lanedet\utils\config.py", line 180, in fromfile
cfg_dict, cfg_text = Config._file2dict(filename)
File "d:\lanedet\lanedet\utils\config.py", line 105, in _file2dict
shutil.copyfile(filename,
File "C:\Users\l00653465\Anaconda3\envs\lanedet\lib\shutil.py", line 264, in copyfile
with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst:
PermissionError: [Errno 13] Permission denied: 'C:\Users\L00653~1\AppData\Local\Temp\tmphpklern8\tmpkydalnxp.py'
在进行训练和测试的时候都会报这个错
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "tools/detect.py", line 86, in
process(args)
File "tools/detect.py", line 68, in process
cfg = Config.fromfile(args.config)
File "d:\lanedet\lanedet\utils\config.py", line 180, in fromfile
cfg_dict, cfg_text = Config._file2dict(filename)
File "d:\lanedet\lanedet\utils\config.py", line 105, in _file2dict
shutil.copyfile(filename,
File "C:\Users\l00653465\Anaconda3\envs\lanedet\lib\shutil.py", line 264, in copyfile
with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst:
PermissionError: [Errno 13] Permission denied: 'C:\Users\L00653~1\AppData\Local\Temp\tmphpklern8\tmpkydalnxp.py'
在进行训练和测试的时候都会报这个错
The text was updated successfully, but these errors were encountered: