This project provides a basic framework for experimenting with watermark insertion and detection in deep learning models.Please follow the instructions below to set up your environment and begin working.
Installation Guide
You can set up the environment using Anaconda.If you are new to Conda, please refer to the official guide:Getting Started with Anaconda
Step 1: Create the Environment
Use the following command to create the environment from the provided file:
conda env create -f env.yaml
Use the following command to activate the environment: