feat(makefile): add conversion task and update model binaries
Some checks failed
build / checks-matrix (push) Successful in 19m22s
build / codecov (push) Failing after 19m22s
docs / docs (push) Failing after 28m50s
build / checks-build (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-08-28 13:43:23 +05:30
parent 3eec262076
commit 4256c0af74
3 changed files with 31 additions and 20 deletions

View File

@@ -1,3 +1,7 @@
[tasks.convert]
dependencies = ["convert_facenet", "convert_retinaface"]
workspace = false
[tasks.convert_facenet]
command = "MNNConvert"
args = [
@@ -11,6 +15,7 @@ args = [
"--bizCode",
"MNN",
]
workspace = false
[tasks.convert_retinaface]
command = "MNNConvert"
@@ -25,3 +30,9 @@ args = [
"--bizCode",
"MNN",
]
workspace = false
[tasks.gui]
command = "cargo"
args = ["run", "--bin", "gui"]
workspace = false

Binary file not shown.

Binary file not shown.