-
After I Rebalance the dataset and save it, it do not make any changes base on my allocation of dataset. For example, I want to allocate 600 images to my train set, 50 images to my validation set, and 50 images to my test set by using the rebalance feature. But, after I clicked save, there is nothing changes to my allocation of dataset.
-
After I export into the yolo pytorch format, the validation set and test set of my dataset is changes. For example, my validation set should be 100 images, and test set should be 100 images, but after I exported it, the validation set become 30 images, and test set become 45 images, it do not tally with the preset number of validation and test set of my data.
Appreciate it!