feat: Added bounding-box crate

This commit is contained in:
uttarayan21
2025-07-15 18:53:16 +05:30
parent 69c768ab0d
commit dc61c6045a
17 changed files with 2848 additions and 27 deletions

View File

@@ -19,6 +19,7 @@ license = "MIT"
clap = { version = "4.5", features = ["derive"] }
clap_complete = "4.5"
error-stack = "0.5"
fast_image_resize = "5.2.0"
image = "0.25.6"
linfa = "0.7.1"
# mnn = { git = "https://github.com/aftershootco/mnn-rs", version = "0.2.0", features = [
@@ -32,9 +33,12 @@ mnn-bridge = { path = "/Users/fs0c131y/Projects/aftershoot/mnn-rs/mnn-bridge", v
mnn-sync = { path = "/Users/fs0c131y/Projects/aftershoot/mnn-rs/mnn-sync", version = "0.1.0", features = [
"tracing",
] }
nalgebra = "0.33.2"
ndarray = "0.16.1"
ndarray-image = { version = "0.1.0", path = "ndarray-image" }
ndarray-resize = { version = "0.1.0", path = "ndarray-resize" }
rusqlite = { version = "0.36.0", features = ["modern-full"] }
tap = "1.0.1"
thiserror = "2.0"
tokio = "1.43.1"
tracing = "0.1"