jkbdnj / jakub-dunaj-bachelors-thesis

Bachelor's thesis project on Plant Disease Classification for Vienna university of Technology. Includes LaTeX document and accompanying web application.
0 stars 0 forks source link

Create a script limiting the number of dataset images in a class to min(true_number, LIMIT) images #17

Closed jkbdnj closed 1 week ago

jkbdnj commented 1 week ago

Task description

To be able to train the CNN model usig Google Colab and to be able to uplode the dataset into Google Drive, the size of the dataset must be limited. Each class in each dataset subset will be limited to min(true_number, LIMIT) images.