We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ient_vit.pth" --config "configs/architecture.yaml" Namespace(batch_size=32, config='configs/architecture.yaml', dataset='DFDC', efficient_net=0, frames_per_video=30, max_videos=-1, model_path='cross_efficient_vit.pth', workers=10) Loaded pretrained weights for efficientnet-b0 Loaded pretrained weights for efficientnet-b0 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 700/700 [00:01<00:00, 395.95it/s] Predicting | | 1/700Traceback (most recent call last): File "test.py", line 269, in video_pred = video_faces_preds[0] IndexError: list index out of range
it seems the model cannot get preds, and I face this error while testing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ient_vit.pth" --config "configs/architecture.yaml"
Namespace(batch_size=32, config='configs/architecture.yaml', dataset='DFDC', efficient_net=0, frames_per_video=30, max_videos=-1, model_path='cross_efficient_vit.pth', workers=10)
Loaded pretrained weights for efficientnet-b0
Loaded pretrained weights for efficientnet-b0
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 700/700 [00:01<00:00, 395.95it/s]
Predicting | | 1/700Traceback (most recent call last):
File "test.py", line 269, in
video_pred = video_faces_preds[0]
IndexError: list index out of range
it seems the model cannot get preds, and I face this error while testing.
The text was updated successfully, but these errors were encountered: