Open molywyp opened 3 weeks ago
回溯(最近一次调用): 文件 "d:\segformer-pytorch\train.py", 第 521 行, 在 中 fit_one_epoch(model_train, model, loss_history, eval_callback, optimizer, epoch, epoch_step, epoch_step_val, gen, gen_val, UnFreeze_Epoch, Cuda, \ 文件 "d:\segformer-pytorch\utils\utils_fit.py", 第 154 行, 在 fit_one_epoch 中 eval_callback.on_epoch_end(epoch + 1, model_train) 文件 "d:\segformer-pytorch\utils\callbacks.py", 第 200 行, 在 on_epoch_end 中 shutil.rmtree(self.miou_out_path) 文件 "D:\anaconda\Lib\shutil.py", 第 787 行, 在 rmtree 中 return _rmtree_unsafe(path, onerror) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 文件 "D:\anaconda\Lib\shutil.py", 第 629 行, 在 _rmtree_unsafe 中 _rmtree_unsafe(fullname, onerror) 文件 "D:\anaconda\Lib\shutil.py", 第 634 行, 在 _rmtree_unsafe 中 onerror(os.unlink, fullname, sys.exc_info()) 文件 "D:\anaconda\Lib\shutil.py", 第 632 行, 在 _rmtree_unsafe 中 os.unlink(fullname) PermissionError: [WinError 5] 拒绝访问:'.temp_miou_out\detection-results\2007_000033.png'
回溯(最近一次调用): 文件 "d:\segformer-pytorch\train.py", 第 521 行, 在 中
fit_one_epoch(model_train, model, loss_history, eval_callback, optimizer, epoch, epoch_step, epoch_step_val, gen, gen_val, UnFreeze_Epoch, Cuda, \
文件 "d:\segformer-pytorch\utils\utils_fit.py", 第 154 行, 在 fit_one_epoch 中
eval_callback.on_epoch_end(epoch + 1, model_train)
文件 "d:\segformer-pytorch\utils\callbacks.py", 第 200 行, 在 on_epoch_end 中
shutil.rmtree(self.miou_out_path)
文件 "D:\anaconda\Lib\shutil.py", 第 787 行, 在 rmtree 中
return _rmtree_unsafe(path, onerror)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
文件 "D:\anaconda\Lib\shutil.py", 第 629 行, 在 _rmtree_unsafe 中
_rmtree_unsafe(fullname, onerror)
文件 "D:\anaconda\Lib\shutil.py", 第 634 行, 在 _rmtree_unsafe 中
onerror(os.unlink, fullname, sys.exc_info())
文件 "D:\anaconda\Lib\shutil.py", 第 632 行, 在 _rmtree_unsafe 中
os.unlink(fullname)
PermissionError: [WinError 5] 拒绝访问:'.temp_miou_out\detection-results\2007_000033.png'