Opened this issue 2 months ago · 0 comments
Boolean mask indexing, similar to:
inds = scores > self.conf_threshold boxes, landmarks, scores = boxes[inds], landmarks[inds], scores[inds]
From discord