Skip to content

Commit a01d3ea

Browse files
authored
Update README.md
1 parent 14ed78a commit a01d3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The dataset is organized into folders, each of which corresponds to a specific g
8484

8585
</details>
8686

87-
* 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.
87+
* 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.
8888

8989
```shell
9090
!python data/transform.py <input directory> <output directory> <seed>

0 commit comments

Comments
 (0)