for row in [
            i
            for i in range(0, len(detections_1))
            if detections_1[i].is_reliable()
            and (not params["check_if_big"] or self.is_cell_big(detections_1[i]))