-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (26 loc) · 741 Bytes
/
Cargo.toml
File metadata and controls
28 lines (26 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "tyre-jam-monitor"
version = "0.1.0"
edition = "2021"
description = "Tyre Jam Monitor - Detection of Overlapping & Stopped Tyres"
[dependencies]
ort = { version = "2.0.0-rc.9", features = ["ndarray", "download-binaries", "copy-dylibs", "cuda", "tensorrt"] }
image = "0.25"
imageproc = "0.25"
ndarray = "0.17"
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
nokhwa = { version = "0.10", features = ["input-msmf"] }
minifb = "0.27"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = "0.4"
rseip = "0.3"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync"] }
futures = "0.3"
ureq = "2.9"
url = "2.5"
base64 = "0.22"
[lib]
name = "yolov11"
path = "src/lib.rs"