diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-08-25 13:50:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-25 13:50:31 +0100 |
commit | 0afbc435dff14054f0ff661fad51448d8c55afd5 (patch) | |
tree | dd5f62658d276180510494d842b6b689c172ffe0 /Cargo.toml | |
parent | 97909e5068a505a5f9265f1c98c90f09325991c7 (diff) | |
download | candle-0afbc435dff14054f0ff661fad51448d8c55afd5.tar.gz candle-0afbc435dff14054f0ff661fad51448d8c55afd5.tar.bz2 candle-0afbc435dff14054f0ff661fad51448d8c55afd5.zip |
Add some configurable legend for yolo detection. (#603)
* Add some configurable legend for yolo detection.
* Clippyness.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ num-traits = "0.2.15" rand = "0.8.5" rand_distr = "0.4.3" rayon = "1.7.0" +rusttype = { version = "0.9", default-features = false } safetensors = "0.3.1" serde = { version = "1.0.171", features = ["derive"] } serde_json = "1.0.99" |