ffhibnese / GIFD_Gradient_Inversion_Attack

[ICCV-2023] Gradient inversion attack, Federated learning, Generative adversarial network.
MIT License
29 stars 2 forks source link

No such file or directory: 'gaussian_fit.pt' #1

Closed Victor-QTP closed 11 months ago

Victor-QTP commented 11 months ago

Hi! I find your work to be very interesting, As I tried to reproduce the result from the given code, I encountered the following error: _FileNotFoundError: [Errno 2] No such file or directory: 'gaussianfit.pt' It seems like the file is missing from the repo, could you please upload it?

PS I run: _python3 rec_mult.py --config configsstylegan2.yml

ffhibnese commented 11 months ago

Thanks for your comment! The file 'gaussian_fit.pt' is actually the mentioned shape_predictor downloaded by the provided instruction. Feel free to contact me if you have any further question.

Victor-QTP commented 11 months ago

I understand, thank you for the reply!