paulu / deepfeatinterp

Deep Feature Interpolation (CVPR 2017)
GNU General Public License v3.0
278 stars 50 forks source link

server.py #9

Closed geopapyrus closed 6 years ago

geopapyrus commented 6 years ago

Hi!

Thanks for putting together such a detailed implementation. I am right now trying to rebuild your database.

I'm almost done downloading all the images.

As I look into the facemodel_server.py implementation, I noticed that it calls server.py.

But I couldn't find server.py in the repo. Is it missing?

thak you!

paulu commented 6 years ago

It is inside the models/facemodel subdirectory.

https://github.com/paulu/deepfeatinterp/blob/master/models/facemodel/server.py

geopapyrus commented 6 years ago

Got it. Thanks!