Update README.md
Browse files
README.md
CHANGED
@@ -91,7 +91,7 @@ English and Chinese versions of the diagnostic descriptions are included to supp
|
|
91 |
python crop_fundus_images.py -i csdi_datasets/original_images -o csdi_datasets/cropped_images -p 0 -c crop_info.csv
|
92 |
```
|
93 |
|
94 |
-
|
95 |
```bash
|
96 |
python augment_fundus_images.py
|
97 |
```
|
|
|
91 |
python crop_fundus_images.py -i csdi_datasets/original_images -o csdi_datasets/cropped_images -p 0 -c crop_info.csv
|
92 |
```
|
93 |
|
94 |
+
- **augment_fundus_images.py**: Apply random rotations, zoom-ins, and rotation+zoom augmentations to cropped images.
|
95 |
```bash
|
96 |
python augment_fundus_images.py
|
97 |
```
|