Before starting the script you must do the following:
- Make sure your Python version is 3.8:
python --version
- Install requirements:
pip install -r requirements.txt
- Download image data set into project directory:
wget https://www.dropbox.com/s/1eb7fx9bqr85cfo/data_set_VU_test1.zip
- Unzip it:
unzip data_set_VU_test1.zip
- Create 3 folders for processed image saving:
mkdir blacked && mkdir blurred && mkdir noised
Run the script with python final.py