HongguLiu / Deepfake-Detection

The Pytorch implemention of Deepfake Detection based on Faceforensics++
https://github.com/ondyari/FaceForensics
Apache License 2.0
293 stars 57 forks source link

Invalid operator fix #13

Closed HermesBonilla closed 4 years ago

HermesBonilla commented 4 years ago

In the requirements.txt file with the dependencies:

opencv=3.4.2 dlib==19.18.0 numpy==1.17.3 pillow>=6.2.2

OpenCV has one "=" instead of the needed "==" operator.

HongguLiu commented 4 years ago

@HermesBonilla Thansk for your correction