feat: added some post processing for retinaface

This commit is contained in:
uttarayan21
2025-07-17 16:18:29 +05:30
parent ff0ab99b55
commit dc43fd319a
9 changed files with 457 additions and 128 deletions

View File

@@ -4,5 +4,12 @@ version = "0.1.0"
edition = "2024"
[dependencies]
color = "0.3.1"
itertools = "0.14.0"
nalgebra = "0.33.2"
ndarray = { version = "0.16.1", optional = true }
num = "0.4.3"
[features]
ndarray = ["dep:ndarray"]
default = ["ndarray"]