feat: Added postprocessing for retinaface

This commit is contained in:
uttarayan21
2025-08-04 19:27:45 +05:30
parent f55f0ab089
commit df5584d797
8 changed files with 235 additions and 21 deletions

3
Cargo.lock generated
View File

@@ -255,6 +255,8 @@ dependencies = [
"nalgebra",
"ndarray 0.16.1",
"num",
"simba",
"thiserror 2.0.12",
]
[[package]]
@@ -498,6 +500,7 @@ dependencies = [
"bounding-box",
"clap",
"clap_complete",
"color",
"error-stack",
"fast_image_resize",
"image",