Hello, I am posting a question during TAO learning.
I wonder if the learning works normally when I do TAO learning when there are more than two labeled objects in the labeling data or when the range of boxes in the labeling is outside the range of the image.
I understand that when learning ultralytics yolo, when there is such a problem, the learning is conducted by excluding the corresponding labeling.
In YOLOv4, there is a parameter as below, which can ignore this difficult boxes.
include_difficult_in_training: A flag specifying whether to include difficult boxes in training. If set to false, difficult boxes will be ignored. Difficult boxes are those with non-zero occlusion levels in KITTI labels.