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
When I run either of these two commands, I get the same error:
1) python3 test_video_ava.py --cuda -d ucf24 -v yowof-r50 --weight resnet-50-kinetics.pth --video 2022101301.mp4
2) python3 demo.py --cuda -d ava_v2.2 -v yowof-r50 --weight resnet-50-kinetics.pth --video 2022101301.mp4
use cuda
Dataset Config: AVA_V2.2
Model Config: YOWOF-R50
Build YOWOF-R50 ...
D:\Tools\Python\Python311\Lib\site-packages\torch\functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ..\aten\src\ATen\native\TensorShape.cpp:3527.)
return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]
2D Backbone: RESNET50
--pretrained: False
Head: Decoupled Head
Traceback (most recent call last):
File "D:\Workspace2023\Project2023\20231004\YOWOF\demo.py", line 252, in
model = load_weight(model=model, path_to_ckpt=args.weight)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Workspace2023\Project2023\20231004\YOWOF\utils\misc.py", line 188, in load_weight
checkpoint_state_dict = checkpoint.pop("model")
^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'model'
The text was updated successfully, but these errors were encountered:
Hello,
use cuda
Dataset Config: AVA_V2.2
Model Config: YOWOF-R50
Build YOWOF-R50 ...
D:\Tools\Python\Python311\Lib\site-packages\torch\functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ..\aten\src\ATen\native\TensorShape.cpp:3527.)
return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]
2D Backbone: RESNET50
--pretrained: False
Head: Decoupled Head
Traceback (most recent call last):
File "D:\Workspace2023\Project2023\20231004\YOWOF\demo.py", line 252, in
model = load_weight(model=model, path_to_ckpt=args.weight)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Workspace2023\Project2023\20231004\YOWOF\utils\misc.py", line 188, in load_weight
checkpoint_state_dict = checkpoint.pop("model")
^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'model'
The text was updated successfully, but these errors were encountered: