I have tried all the steps mentioned in the repo. and its working but when i am trying the command or applying the last step to check the results with images
"Traceback (most recent call last):
File "update_demo.py", line 596, in <module>
piece_shape_feat_dict = pickle.load(readfile)
EOFError: Ran out of input
Traceback (most recent call last):
File "process_face.py", line 124, in <module>
assert(bbox is not None), 'Cannot find file %s in dictionary' % fname
AssertionError: Cannot find file final_3.jpg in dictionary"
Note : All though this my file in results/Lab/demo/test_shape_codes.p is already presented in mentioned path but its not updated with results.
Hello All,
I have tried all the steps mentioned in the repo. and its working but when i am trying the command or applying the last step to check the results with images
Command run :-
( ./scripts/edit_and_visualize_demo.sh 3.jpg shape_and_texture True 0 10 0.25)
After execution it gives me error
Note : All though this my file in results/Lab/demo/test_shape_codes.p is already presented in mentioned path but its not updated with results.
Kindly suggest Thanks in advance