Skip to content

Instantly share code, notes, and snippets.

@SannaPersson
Created March 21, 2021 10:47
Show Gist options
  • Save SannaPersson/a5274f34bf0c843cc2afe589b10b0505 to your computer and use it in GitHub Desktop.
Save SannaPersson/a5274f34bf0c843cc2afe589b10b0505 to your computer and use it in GitHub Desktop.
iou_anchors = iou(torch.tensor(box[2:4]), self.anchors)
anchor_indices = iou_anchors.argsort(descending=True, dim=0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment