Add some configurable legend for yolo detection. (#603)

* Add some configurable legend for yolo detection.

* Clippyness.
This commit is contained in:
Laurent Mazare
2023-08-25 13:50:31 +01:00
committed by GitHub
parent 97909e5068
commit 0afbc435df
4 changed files with 45 additions and 1 deletions

View File

@ -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"