feat(makefile): add conversion task and update model binaries
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
[tasks.convert]
|
||||||
|
dependencies = ["convert_facenet", "convert_retinaface"]
|
||||||
|
workspace = false
|
||||||
|
|
||||||
[tasks.convert_facenet]
|
[tasks.convert_facenet]
|
||||||
command = "MNNConvert"
|
command = "MNNConvert"
|
||||||
args = [
|
args = [
|
||||||
@@ -11,6 +15,7 @@ args = [
|
|||||||
"--bizCode",
|
"--bizCode",
|
||||||
"MNN",
|
"MNN",
|
||||||
]
|
]
|
||||||
|
workspace = false
|
||||||
|
|
||||||
[tasks.convert_retinaface]
|
[tasks.convert_retinaface]
|
||||||
command = "MNNConvert"
|
command = "MNNConvert"
|
||||||
@@ -25,3 +30,9 @@ args = [
|
|||||||
"--bizCode",
|
"--bizCode",
|
||||||
"MNN",
|
"MNN",
|
||||||
]
|
]
|
||||||
|
workspace = false
|
||||||
|
|
||||||
|
[tasks.gui]
|
||||||
|
command = "cargo"
|
||||||
|
args = ["run", "--bin", "gui"]
|
||||||
|
workspace = false
|
||||||
|
|||||||
BIN
models/facenet.mnn
LFS
BIN
models/facenet.mnn
LFS
Binary file not shown.
BIN
models/retinaface.mnn
LFS
BIN
models/retinaface.mnn
LFS
Binary file not shown.
Reference in New Issue
Block a user