switchablenorms / DeepFashion_Try_On

Official code for "Towards Photo-Realistic Virtual Try-On by Adaptively Generating↔Preserving Image Content",CVPR‘20 https://arxiv.org/abs/2003.05863
816 stars 250 forks source link

Error with the 16th block #94

Open TaherehSharifian opened 1 year ago

TaherehSharifian commented 1 year ago

In the Colab, there is this error running 16th block of the code. How this error solves? I couldn't find any ReadProtoFromBinaryFile function as it says in the error. image

LZQhardworker commented 1 year ago

This seems to be a problem with the caffemodel, which is not covered in this repo.

dorianherle commented 1 year ago

Same issue!

LZQhardworker commented 1 year ago

@levindabhi maybe levin could solve

MamoonHaider commented 1 year ago

I have the same issue, can anyone please help? @TaherehSharifian did u solve it?