Skip to content

Commit

Permalink
Remove incorrect return comment
Browse files Browse the repository at this point in the history
  • Loading branch information
laggui committed Mar 19, 2024
1 parent 7bff1e5 commit 8a9b5e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions yolox-burn/src/model/boxes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ pub struct BoundingBox {
///
/// Vector of bounding boxes grouped by class for each batch. The boxes are sorted in decreasing
/// order of scores for each class.
///
/// Selected indices of the boxes kept by NMS, sorted in decreasing order of scores.
/// The selected index format is `[batch_index, class_index, box_index]`.
pub fn nms<B: Backend>(
boxes: Tensor<B, 3>,
scores: Tensor<B, 3>,
Expand Down

0 comments on commit 8a9b5e2

Please sign in to comment.