facebookresearch / FashionPlus

Fashion++: Minimal Edits for Outfit Improvement
Other
175 stars 39 forks source link

Unable to update - test_shape_codes.p (file) in results/Lab/demo/ #10

Open ayush9198gupta opened 4 years ago

ayush9198gupta commented 4 years ago

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

"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.

Kindly suggest Thanks in advance