RainyNight commited on
Commit
750c5f9
·
verified ·
1 Parent(s): 6be85e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- 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
  ```
 
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
  ```