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 "E:\python\myapps\AI\RobustVideoMatting-1.0.0\inference.py", line 193, in
converter = Converter(args.variant, args.checkpoint, args.device)
File "E:\python\myapps\AI\RobustVideoMatting-1.0.0\inference.py", line 164, in init
self.model.load_state_dict(torch.load(checkpoint, map_location=device))
File "C:\ProgramData\anaconda3\envs\rvm\lib\site-packages\torch\serialization.py", line 791, in load
with _open_file_like(f, 'rb') as opened_file:
File "C:\ProgramData\anaconda3\envs\rvm\lib\site-packages\torch\serialization.py", line 271, in _open_file_like
return _open_file(name_or_buffer, mode)
File "C:\ProgramData\anaconda3\envs\rvm\lib\site-packages\torch\serialization.py", line 252, in init
super().init(open(name, mode))
PermissionError: [Errno 13] Permission denied: 'CHECKPOINT'
运行inference.py时报错:
FileNotFoundError: [Errno 2] No such file or directory: 'CHECKPOINT'
The text was updated successfully, but these errors were encountered: