AKASH2907 / deepfakes_video_classification

Deepfakes Video classification via CNN, LSTM, C3D and triplets [IWBF'20]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

urllib.error.HTTPError: HTTP Error 404: Not Found

ss880426 opened this issue · comments

I used 08.facenet_embeddings.py but ran out of this error
urllib.error.HTTPError: HTTP Error 404: Not Found
How to solve this?
thanks

solved it
thanks

Sorry, I got this error when I run python 09.train_triplets_semi_hard.py, how can I fix it?
ValueError: Error when checking input: expected input_image to have 2 dimensions, but got array with shape (40887, 1, 512)

Use torch squeeze to squeeze the first dimension

thank you!!