Skip to content

Commit

Permalink
Merge branch 'release/0.3.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
ControlNet committed Apr 23, 2024
2 parents 2f8c8bd + f256cbc commit 57c33d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/tensorneko_lib/evaluation/loc_1d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ fn calc_ar_values(
fps: f32,
) -> ArrayBase<OwnedRepr<usize>, Ix3> {
let max_proposals = *n_proposals.iter().max().unwrap();
let max_proposals = max_proposals.min(proposals.nrows());

let mut proposals = proposals.slice(s![..max_proposals, ..]).to_owned();
if proposals.is_empty() {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.13
0.3.14

0 comments on commit 57c33d6

Please sign in to comment.