Skip to content

Commit a3f6f0a

Browse files
Update readme
1 parent b0c46b1 commit a3f6f0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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

66
After 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:
1012
If 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>
1214
then open the file in location `/usr/local/lib/python3.7/dist-packages/keras_video/generator.py`
1315
and 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

0 commit comments

Comments
 (0)