goberoi/faceit

models/foo_to_bar/encoder.h5 not found error.

limkokhole opened this issue · 2 comments

$ python3 faceit.py convert foo_bar bar.mp4 --start 0 --duration 10 --side-by-sid
Using TensorFlow backend.
Loading Model from Model_Original plugin...
WARNING:tensorflow:From /home/xiaobai/.local/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py:1264: calling reduce_prod (from tensorflow.python.ops.math_ops) with keep_dims is deprecated and will be removed in a future version.
Instructions for updating:
keep_dims is deprecated, use keepdims instead
WARNING:tensorflow:From /home/xiaobai/.local/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py:1349: calling reduce_mean (from tensorflow.python.ops.math_ops) with keep_dims is deprecated and will be removed in a future version.
Instructions for updating:
keep_dims is deprecated, use keepdims instead
Failed loading existing training data.
Unable to open file (unable to open file: name = 'models/foo_to_bar/encoder.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
model Not Found! A valid model must be provided to continue!
$

My system is Ubuntu 17.10

Is this project still under maintained ? Seems no issues got author response for half year.

I experienced the same issue. Were you able to find a way resolve it?