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
I am encountering an issue with the TeViT model and need your assistance. I am using the video_demo.py script for the inference part of the TeViT model, but when I run the script, I get the following error:
KeyError: 'TeViT is not in the mmdet::model registry. Please check whether the value of TeViT is correct or it was registered as expected.'
Could you please help me understand the root cause of this error and how it can be fixed? I need to ensure that I have correctly added the TeViT model to the mmdet::model registry, but I am having trouble identifying what might have gone wrong.
If there are any additional details I need to add or any other corrections to the command-line script I'm using, please let me know.
Hello,
I am encountering an issue with the TeViT model and need your assistance. I am using the video_demo.py script for the inference part of the TeViT model, but when I run the script, I get the following error:
KeyError: 'TeViT is not in the mmdet::model registry. Please check whether the value of
TeViT
is correct or it was registered as expected.'Could you please help me understand the root cause of this error and how it can be fixed? I need to ensure that I have correctly added the TeViT model to the mmdet::model registry, but I am having trouble identifying what might have gone wrong.
If there are any additional details I need to add or any other corrections to the command-line script I'm using, please let me know.
Thank you!
!python video_demo.py video.mp4 config_file.py checkpoint.pth --out output.mp4 --show
The text was updated successfully, but these errors were encountered: