Say I am given a training folder. The training folder contains separate folders that has images (CNV, DME, DRUSEN, and NORMAL are all types of detections):
I want to go through every image in each folder and assign every image an
- Unique ID and a Disease Name
Then have it write to a CSV
Example of what I am trying to accomplish:
I want to have a CSV that has a unique id for all 60,000 images I have that are contained within the folders on one column and the type of disease (or file: CNV, DME, DRUSEN, NORMAL) on the other column.