test the model in ff++
Opened this issue · 0 comments
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.