maikherbig / AIDeveloper

GUI-based software for training, evaluating and applying deep neural nets for image classification
BSD 2-Clause "Simplified" License
109 stars 20 forks source link

support more than 99 class #52

Closed aaaboypop closed 1 year ago

aaaboypop commented 1 year ago

I have a project that requires more than 99 classes, but the program now has a limit of 99. Is it possible to have a limit for more than that? (3 digit number) image

maikherbig commented 1 year ago

Thanks for pointing out that bug! I solved the issue in this new update: https://github.com/maikherbig/AIDeveloper/releases/tag/0.4.5-update

One more thing and sorry for bothering in case you already figured out: Working with that many files can be time consuming in AIDeveloper. In such cases (many files/many classes) I like to do the following:

  1. import all data into AIDeveloper (could take a while)
  2. Click 'File' -> 'Save session' which saves the table to an excel file
  3. Use Excel to manipulate class labels, number of images per epoch etc. Save the changes.
  4. In AIDeveloper, click 'File' -> 'Load session'