In the paper, you write that you use dlib to preprocess data.
Given that the images in this file:
|
url='https://www.dropbox.com/s/isz4ske2kheuwgr/lfw_aegan.tar.gz?dl=1' |
all differ from the originals, and from all the aligned datasets provided on the LFW website, could you elaborate on how it was created?
The filename seems to imply a connection with AEGAN, but the
aegan repo doesn't use dlib at all. So I'm not sure how to go from the original lfw dataset to the one you used, and I don't find this in this repo either, at least not for the data used in
demo1.py.
Oh and by the way, the file contains 13238 .jpg files (and some extra ._xxx.jpg files that OS X put in there).
The five extra images are Ralf_Schumacher_0005_* images that are actually results, not inputs.
In the paper, you write that you use dlib to preprocess data.
Given that the images in this file:
deepfeatinterp/demo1.py
Line 75 in 76b72e0
all differ from the originals, and from all the aligned datasets provided on the LFW website, could you elaborate on how it was created?
The filename seems to imply a connection with AEGAN, but the aegan repo doesn't use dlib at all. So I'm not sure how to go from the original lfw dataset to the one you used, and I don't find this in this repo either, at least not for the data used in
demo1.py.Oh and by the way, the file contains 13238
.jpgfiles (and some extra._xxx.jpgfiles that OS X put in there).The five extra images are
Ralf_Schumacher_0005_*images that are actually results, not inputs.