├── .gitignore ├── .idea ├── .gitignore ├── WEvade.iml ├── deployment.xml ├── inspectionProfiles │ ├── Project_Default.xml │ └── profiles_settings.xml ├── misc.xml ├── modules.xml └── vcs.xml ├── LICENSE ├── README.md ├── WEvade.py ├── ckpt ├── coco.pth └── coco_adv_train.pth ├── dataset └── coco │ └── val │ └── val_class │ ├── COCO_val2014_000000071284.jpg │ ├── COCO_val2014_000000071301.jpg │ ├── COCO_val2014_000000071302.jpg │ ├── COCO_val2014_000000071306.jpg │ ├── COCO_val2014_000000071345.jpg │ ├── COCO_val2014_000000071357.jpg │ ├── COCO_val2014_000000071360.jpg │ ├── COCO_val2014_000000071361.jpg │ ├── COCO_val2014_000000071384.jpg │ ├── COCO_val2014_000000071385.jpg │ ├── COCO_val2014_000000071451.jpg │ ├── COCO_val2014_000000071466.jpg │ ├── COCO_val2014_000000071495.jpg │ ├── COCO_val2014_000000071549.jpg │ ├── COCO_val2014_000000071563.jpg │ ├── COCO_val2014_000000071573.jpg │ ├── COCO_val2014_000000071596.jpg │ ├── COCO_val2014_000000071597.jpg │ ├── COCO_val2014_000000071602.jpg │ ├── COCO_val2014_000000071618.jpg │ ├── COCO_val2014_000000071647.jpg │ ├── COCO_val2014_000000071667.jpg │ ├── COCO_val2014_000000071673.jpg │ ├── COCO_val2014_000000071682.jpg │ ├── COCO_val2014_000000071687.jpg │ ├── COCO_val2014_000000071699.jpg │ ├── COCO_val2014_000000071711.jpg │ ├── COCO_val2014_000000071724.jpg │ ├── COCO_val2014_000000071727.jpg │ ├── COCO_val2014_000000071737.jpg │ ├── COCO_val2014_000000071738.jpg │ ├── COCO_val2014_000000071752.jpg │ ├── COCO_val2014_000000071756.jpg │ ├── COCO_val2014_000000071807.jpg │ ├── COCO_val2014_000000071815.jpg │ ├── COCO_val2014_000000071826.jpg │ ├── COCO_val2014_000000071850.jpg │ ├── COCO_val2014_000000071857.jpg │ ├── COCO_val2014_000000071877.jpg │ ├── COCO_val2014_000000071914.jpg │ ├── COCO_val2014_000000071918.jpg │ ├── COCO_val2014_000000071920.jpg │ ├── COCO_val2014_000000071929.jpg │ ├── COCO_val2014_000000071933.jpg │ ├── COCO_val2014_000000071938.jpg │ ├── COCO_val2014_000000071965.jpg │ ├── COCO_val2014_000000071986.jpg │ ├── COCO_val2014_000000071988.jpg │ ├── COCO_val2014_000000072000.jpg │ ├── COCO_val2014_000000072004.jpg │ ├── COCO_val2014_000000072011.jpg │ ├── COCO_val2014_000000072018.jpg │ ├── COCO_val2014_000000072020.jpg │ ├── COCO_val2014_000000072024.jpg │ ├── COCO_val2014_000000072050.jpg │ ├── COCO_val2014_000000072051.jpg │ ├── COCO_val2014_000000072052.jpg │ ├── COCO_val2014_000000072075.jpg │ ├── COCO_val2014_000000072077.jpg │ ├── COCO_val2014_000000072096.jpg │ ├── COCO_val2014_000000072105.jpg │ ├── COCO_val2014_000000072155.jpg │ ├── COCO_val2014_000000072238.jpg │ ├── COCO_val2014_000000072255.jpg │ ├── COCO_val2014_000000072273.jpg │ ├── COCO_val2014_000000072275.jpg │ ├── COCO_val2014_000000072281.jpg │ ├── COCO_val2014_000000072315.jpg │ ├── COCO_val2014_000000072338.jpg │ ├── COCO_val2014_000000072342.jpg │ ├── COCO_val2014_000000072368.jpg │ ├── COCO_val2014_000000072376.jpg │ ├── COCO_val2014_000000072397.jpg │ ├── COCO_val2014_000000072428.jpg │ ├── COCO_val2014_000000072507.jpg │ ├── COCO_val2014_000000072514.jpg │ ├── COCO_val2014_000000072536.jpg │ ├── COCO_val2014_000000072539.jpg │ ├── COCO_val2014_000000072546.jpg │ ├── COCO_val2014_000000072582.jpg │ ├── COCO_val2014_000000072621.jpg │ ├── COCO_val2014_000000072632.jpg │ ├── COCO_val2014_000000072656.jpg │ ├── COCO_val2014_000000072657.jpg │ ├── COCO_val2014_000000072666.jpg │ ├── COCO_val2014_000000072714.jpg │ ├── COCO_val2014_000000072737.jpg │ ├── COCO_val2014_000000072752.jpg │ ├── COCO_val2014_000000072753.jpg │ ├── COCO_val2014_000000072764.jpg │ ├── COCO_val2014_000000072770.jpg │ ├── COCO_val2014_000000072776.jpg │ ├── COCO_val2014_000000072795.jpg │ ├── COCO_val2014_000000072797.jpg │ ├── COCO_val2014_000000072810.jpg │ ├── COCO_val2014_000000072811.jpg │ ├── COCO_val2014_000000072813.jpg │ ├── COCO_val2014_000000072829.jpg │ ├── COCO_val2014_000000072832.jpg │ └── COCO_val2014_000000072833.jpg ├── decode_watermarked_images.py ├── encode_watermarked_images.py ├── existing_post_processing.py ├── hop_skip_jump.py ├── main.py ├── main_WEvade_B_Q.py ├── model ├── conv_bn_relu.py ├── decoder.py ├── encoder.py └── model.py ├── noise_layers ├── brightness.py ├── diff_jpeg.py ├── gaussian.py ├── gaussian_blur.py └── modules │ ├── compression.py │ ├── decompression.py │ └── utils.py ├── theoretical_ER.py ├── utils.py └── watermark └── watermark_coco.npy /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/.gitignore -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/.idea/.gitignore -------------------------------------------------------------------------------- /.idea/WEvade.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/.idea/WEvade.iml -------------------------------------------------------------------------------- /.idea/deployment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/.idea/deployment.xml -------------------------------------------------------------------------------- /.idea/inspectionProfiles/Project_Default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/.idea/inspectionProfiles/Project_Default.xml -------------------------------------------------------------------------------- /.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/.idea/inspectionProfiles/profiles_settings.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/README.md -------------------------------------------------------------------------------- /WEvade.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/WEvade.py -------------------------------------------------------------------------------- /ckpt/coco.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/ckpt/coco.pth -------------------------------------------------------------------------------- /ckpt/coco_adv_train.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/ckpt/coco_adv_train.pth -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071284.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071284.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071301.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071301.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071302.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071302.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071306.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071306.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071345.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071345.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071357.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071357.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071360.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071360.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071361.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071361.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071384.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071384.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071385.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071385.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071451.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071451.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071466.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071466.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071495.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071495.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071549.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071549.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071563.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071563.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071573.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071573.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071596.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071596.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071597.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071597.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071602.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071602.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071618.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071618.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071647.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071647.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071667.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071667.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071673.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071673.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071682.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071682.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071687.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071687.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071699.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071699.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071711.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071711.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071724.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071724.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071727.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071727.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071737.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071737.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071738.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071738.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071752.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071752.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071756.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071756.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071807.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071807.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071815.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071815.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071826.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071826.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071850.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071850.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071857.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071857.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071877.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071877.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071914.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071914.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071918.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071918.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071920.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071920.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071929.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071929.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071933.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071933.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071938.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071938.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071965.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071965.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071986.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071986.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000071988.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000071988.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072000.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072004.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072011.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072018.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072020.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072024.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072050.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072050.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072051.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072051.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072052.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072052.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072075.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072075.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072077.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072077.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072096.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072096.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072105.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072105.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072155.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072155.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072238.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072238.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072255.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072255.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072273.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072273.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072275.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072275.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072281.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072281.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072315.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072315.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072338.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072338.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072342.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072342.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072368.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072368.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072376.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072376.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072397.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072397.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072428.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072428.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072507.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072507.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072514.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072514.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072536.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072536.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072539.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072539.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072546.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072546.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072582.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072582.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072621.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072621.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072632.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072632.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072656.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072656.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072657.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072657.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072666.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072666.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072714.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072714.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072737.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072737.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072752.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072752.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072753.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072753.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072764.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072764.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072770.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072770.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072776.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072776.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072795.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072795.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072797.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072797.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072810.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072810.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072811.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072811.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072813.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072813.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072829.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072829.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072832.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072832.jpg -------------------------------------------------------------------------------- /dataset/coco/val/val_class/COCO_val2014_000000072833.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/dataset/coco/val/val_class/COCO_val2014_000000072833.jpg -------------------------------------------------------------------------------- /decode_watermarked_images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/decode_watermarked_images.py -------------------------------------------------------------------------------- /encode_watermarked_images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/encode_watermarked_images.py -------------------------------------------------------------------------------- /existing_post_processing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/existing_post_processing.py -------------------------------------------------------------------------------- /hop_skip_jump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/hop_skip_jump.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/main.py -------------------------------------------------------------------------------- /main_WEvade_B_Q.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/main_WEvade_B_Q.py -------------------------------------------------------------------------------- /model/conv_bn_relu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/model/conv_bn_relu.py -------------------------------------------------------------------------------- /model/decoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/model/decoder.py -------------------------------------------------------------------------------- /model/encoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/model/encoder.py -------------------------------------------------------------------------------- /model/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/model/model.py -------------------------------------------------------------------------------- /noise_layers/brightness.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/noise_layers/brightness.py -------------------------------------------------------------------------------- /noise_layers/diff_jpeg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/noise_layers/diff_jpeg.py -------------------------------------------------------------------------------- /noise_layers/gaussian.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/noise_layers/gaussian.py -------------------------------------------------------------------------------- /noise_layers/gaussian_blur.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/noise_layers/gaussian_blur.py -------------------------------------------------------------------------------- /noise_layers/modules/compression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/noise_layers/modules/compression.py -------------------------------------------------------------------------------- /noise_layers/modules/decompression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/noise_layers/modules/decompression.py -------------------------------------------------------------------------------- /noise_layers/modules/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/noise_layers/modules/utils.py -------------------------------------------------------------------------------- /theoretical_ER.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/theoretical_ER.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/utils.py -------------------------------------------------------------------------------- /watermark/watermark_coco.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhengyuan-jiang/WEvade/HEAD/watermark/watermark_coco.npy --------------------------------------------------------------------------------