I am facing this error while running yolo_filte_boxes function
Help me to solve this error. Thanks in advance.
I am facing this error while running yolo_filte_boxes function
Help me to solve this error. Thanks in advance.
Hello @kumarcvt
apparently your function detects that all boxes are True like if there would be no filter_mask.
please check how you implemented a filtering_mask and that you keep only those boxes with with probability >= threshold.
Thanks @Viktoriia . Error solved.