Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support more than 99 class #52

Closed
aaaboypop opened this issue Nov 2, 2022 · 1 comment
Closed

support more than 99 class #52

aaaboypop opened this issue Nov 2, 2022 · 1 comment

Comments

@aaaboypop
Copy link

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
Copy link
Owner

maikherbig commented Nov 2, 2022

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants