Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

#21009 `ultralytics 8.3.154` Refactor `Validator` and `Metrics` classes

Merged
Ghost merged 1 commits into Ultralytics:main from ultralytics:validator-cleanup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  1. # Ultralytics ๐Ÿš€ AGPL-3.0 License - https://ultralytics.com/license
  2. [package]
  3. name = "YOLO-ONNXRuntime-Rust"
  4. version = "0.1.0"
  5. edition = "2021"
  6. authors = ["Jamjamjon <xxyydzml@outlook.com>"]
  7. [dependencies]
  8. anyhow = "1.0.92"
  9. clap = "4.5.20"
  10. tracing = "0.1.40"
  11. tracing-subscriber = "0.3.18"
  12. usls = { version = "0.0.19", features = ["auto"] }
Discard
Tip!

Press p or to see the previous file or, n or to see the next file