abhijitjadhav1998 / Deepfake_detection_using_deep_learning

This projects aims in detection of video deepfakes using deep learning techniques like RestNext and LSTM. We have achived deepfake detection by using transfer learning where the pretrained RestNext CNN is used to obtain a feature vector, further the LSTM layer is trained using the features. For more details follow the documentaion.
GNU General Public License v3.0
397 stars 140 forks source link

Unable to download dataset from google drive #1

Closed hammadmadu closed 3 years ago

hammadmadu commented 3 years ago

Downloading 1ubvKLzBDe5i1acxgGUK6ObeNBYCKUS07 into /content/drive/MyDrive/Hammad/data.zip... Done. Unzipping.../usr/local/lib/python3.6/dist-packages/google_drive_downloader/google_drive_downloader.py:78: UserWarning: Ignoring unzip since "1ubvKLzBDe5i1acxgGUK6ObeNBYCKUS07" does not look like a valid zip file warnings.warn('Ignoring unzip since "{}" does not look like a valid zip file'.format(file_id))

I'm trying to download dataset from your provided URL (file_id), but it's showing me above mentioned warnings.

abhijitjadhav1998 commented 3 years ago

In which module you are getting this error. ./Model Creation/ I mean in preprocessing,model_train or predict. Please specify it.

And make sure your file uploaded to the drive is a zip file.

abhijitjadhav1998 commented 3 years ago

Issue is fixed