Skip to content

Commit

Permalink
feat: boost calc_iou performance
Browse files Browse the repository at this point in the history
  • Loading branch information
4o3F committed Oct 7, 2024
1 parent a3dbe14 commit ed98f7e
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 74 deletions.
165 changes: 107 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rand = "*"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.114"
tokio = { version = "1", features = ["full"] }
opencv = { version = "0.90.0", default-features = false, features = [
opencv = { version = "0.93.1", default-features = false, features = [
"clang-runtime",
"imgproc",
"imgcodecs",
Expand All @@ -25,3 +25,4 @@ tracing-subscriber = "0.3.18"
tracing = "0.1.40"
tracing-unwrap = "1.0.1"
regex = "*"
rayon = "*"
Loading

0 comments on commit ed98f7e

Please sign in to comment.