ldz666666 / RiDDLE

Author implementation of RiDDLE: Reversible and Diversified De-identification with Latent Encryptor (CVPR 2023)
44 stars 2 forks source link

No pre-trained segmentation model was found. #5

Closed Vickie0710 closed 1 year ago

Vickie0710 commented 1 year ago

Hello! This is really interesting work! I am currently trying to run it, but encountered an issue during inference. It shows that the pre-trained segmentation model "./pretrained_models/79999_iter.pth" is missing or cannot be found ([Errno 2] No such file or directory: './pretrained_models/79999_iter.pth'). Upon checking the provided data and pre-trained model link, I did not find this specific pre-trained model mentioned.

Vickie0710 commented 1 year ago

This is the error page.

image image

This is the corresponding code.

ldz666666 commented 1 year ago

Hi, the segmentation model weight is actually the 'parsenet.pth' provided in the readme.

Vickie0710 commented 1 year ago

Thank you very much for your answer! However, I have encountered a new problem, and the error page is as follows::

image
ldz666666 commented 1 year ago

Maybe you can try the pretrained model in here , or delete the face parsing part, it won't affect the inference result.

Vickie0710 commented 1 year ago

Thank you very much! It seems that the link you provided cannot be opened.

ldz666666 commented 1 year ago

Thank you very much! It seems that the link you provided cannot be opened.

Sorry for the mistake, I have fixed the link, try again?

Vickie0710 commented 1 year ago

Thank you, this link can be opened now.