From 994ea5cf73285ccd8adeb29654490d58addac358 Mon Sep 17 00:00:00 2001 From: Awsaf Date: Fri, 24 May 2024 23:51:01 +0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52dfbe6..8600218 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ The dataset is organized into folders, each of which corresponds to a specific g -* All images went through RandomCrop and Random Impairments (Jpeg Compression & Downscale). To apply these transformation use [data/transform.py](./data/transform.py) which applies random transformation. All images are cropped and resized to $200 \times 200$ pixels and then compressed using JPEG at a random quality level. +* All images went through RandomCrop and Random Impairments (Jpeg Compression & Downscale). To apply these transformation use [data/transform.py](https://github.com/awsaf49/artifact/blob/main/data/transform.py) which applies random transformation. All images are cropped and resized to $200 \times 200$ pixels and then compressed using JPEG at a random quality level. ```shell !python data/transform.py