jfilter / split-folders

🗂 Split folders with files (i.e. images) into training, validation and test (dataset) folders
MIT License
412 stars 72 forks source link

Feature Request : Automatically set an optimal default for fixed when oversampling #40

Open udaylunawat opened 2 years ago

udaylunawat commented 2 years ago

The current default value for fixed is 100, but sometimes the samples can be even less than 100, causing it to raise an error.

Would it be better to set it to the smallest class count?