radames commited on
Commit
4a536cd
·
1 Parent(s): b89c527

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # https://arxiv.org/abs/1906.05856
2
+ from https://github.com/PeterWang512/FALdetector/blob/master/weights/download_weights.sh
3
+ ```
4
+ wget https://www.dropbox.com/s/rb8zpvrbxbbutxc/global.pth?dl=0 -O ./weights/global.pth
5
+ wget https://www.dropbox.com/s/pby9dhpr6cqziyl/local.pth?dl=0 -O ./weights/local.pth
6
+ ```
7
+
8
+ ```
9
+ @inproceedings{wang2019detecting,
10
+ title={Detecting Photoshopped Faces by Scripting Photoshop},
11
+ author={Wang, Sheng-Yu and Wang, Oliver and Owens, Andrew and Zhang, Richard and Efros, Alexei A},
12
+ booktitle={ICCV},
13
+ year={2019}
14
+ }
15
+ ```