VinAIResearch / Anti-DreamBooth

Anti-DreamBooth: Protecting users from personalized text-to-image synthesis (ICCV 2023)
https://vinairesearch.github.io/Anti-DreamBooth/
GNU Affero General Public License v3.0
206 stars 17 forks source link

fail to generate adversial samples when running attack_aspl script #17

Closed Bomingmiao closed 11 months ago

Bomingmiao commented 11 months ago

mmexport1701355394315 there is no ipynb.checkpoints in the data given.Why there is an Isdirectoryerror?

thuanz123 commented 11 months ago

maybe because the file is hidden, since any file starts with "." will be hidden by default. You can use command in the terminal to remove it "rm /root/autodl-fs/anti/data/n000050/set_B/.ipynb_checkpoints"

Bomingmiao commented 11 months ago

maybe because the file is hidden, since any file starts with "." will be hidden by default. You can use command in the terminal to remove it "rm /root/autodl-fs/anti/data/n000050/set_B/.ipynb_checkpoints"

thank you so much