Hello,
I’m training detectnet-v2 on custom dataset. The dataset contains 11 classes that are not balanced in the dataset. I assigned different weights (class_weight) to the classes in the training spec file to offset the imbalance. I’m not sure though whether to set the enable_autoweighing paramter to True or False.
Thank you