File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Deepfake_Detector
22
3- You can download the weights and model. h5 files from the drive link:
3+ You can download the weights of all models and h5 file of GAN_fake_vs_real model from the drive link:
44[ Link] ( https://drive.google.com/drive/folders/1PSmAB7KSt89rj4HhYAqGCd_g1zAMZChr?usp=sharing )
55
66After downloading the repository, you can run the requirements.txt file to install the required packages.
77<br >
88
9+ You can run the predict.ipynb file from each directory to test the model.
10+
911### Note:
1012If you get this error ` ImportError: cannot import name 'Sequence' from 'keras.utils' (/usr/local/lib/python3.7/dist-packages/keras/utils/__init__.py) `
1113<br >
1214then open the file in location ` /usr/local/lib/python3.7/dist-packages/keras_video/generator.py `
1315and then replace line ` from keras.utils import Sequence ` with ` from tensorflow.keras.utils import Sequence ` and save it.
1416<br >
1517
16- You can run the predict.ipynb file from each directory to test the model.
17-
1818## Directory Structure
1919```
2020| .gitignore
You can’t perform that action at this time.
0 commit comments