edgefirst-decoder 0.9.0

ML model output decoding for YOLO and ModelPack object detection and segmentation
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "edgefirst-decoder"
version = "0.9.0"
authors = ["Au-Zone Technologies <support@au-zone.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ML model output decoding for YOLO and ModelPack object detection and segmentation"
homepage = "https://edgefirst.ai"
documentation = "https://docs.rs/edgefirst-decoder"
readme = "README.md"
keywords = [
    "yolo",
    "object-detection",
    "segmentation",
    "nms",
    "edge-ai",
]
categories = [
    "multimedia::images",
    "science",
    "algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/EdgeFirstAI/hal"
resolver = "3"

[features]

[lib]
name = "edgefirst_decoder"
path = "src/lib.rs"

[[bench]]
name = "decoder_benchmark"
path = "benches/decoder_benchmark.rs"
harness = false

[dependencies.argminmax]
version = "0.6.3"
default-features = false

[dependencies.env_logger]
version = "0.11.8"

[dependencies.fast-math]
version = "0.1.1"

[dependencies.log]
version = "0.4.27"

[dependencies.ndarray]
version = "0.16.1"
features = ["rayon"]

[dependencies.ndarray-stats]
version = "0.6.0"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.rayon]
version = "1.10.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.143"

[dependencies.serde_yaml]
version = "0.9.34"

[dev-dependencies.divan]
version = "0.1.21"

[dev-dependencies.image]
version = "0.25.6"
features = ["png"]
default-features = false

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage,coverage_nightly)"]