jimo17
jimo17
Thanks a lot for your answer. I have another question about 2*eps in step 4 in Algorithm 2. Should [-eps,eps] be written as [-2*eps,2*eps] in the corresponding place in the...
Thanks a lot for your answer. Could you please provide the Webface dataset for training Inception-ResNet in the paper?
Thanks a lot for your answer. Is the image size of the Webface dataset you used when training Inception-ResNet 112*112? I look in the exp_setting.sh file, the file name of...
Thanks a lot for your answer. The Webface I downloaded is 250*250. So I would like to ask, have you processed the dataset? Or maybe I downloaded the wrong dataset?
Thanks a lot for your answer. I have one more question. Does the script 'Unlearnable-Examples-main/scripts/face/min-min-noise/train_clean.sh' use clean face images to train the Inception-ResNet model?
Thanks a lot for your answer. If I want to use clean face dataset to train Inception-ResNet model according to your settings,do I need to uncomment out the following code?...
Thanks a lot for your answer. The l2 norm in your code is used directly on uz. Can the linf norm be used directly on uz as well? For example,...
I see.Thank you very much for your answer.