This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
products:sbc:vim4:npu:demos:retinaface [2024/12/03 02:36] louis |
products:sbc:vim4:npu:demos:retinaface [2025/06/11 21:51] (current) louis |
||
---|---|---|---|
Line 6: | Line 6: | ||
{{indexmenu_n> | {{indexmenu_n> | ||
+ | |||
+ | ===== Introduction ===== | ||
+ | |||
+ | RetinaFace is a face detection model. It can draw five key points on each face, including two eyes, nose and two corners of mouth. | ||
+ | |||
+ | Inference results on VIM4. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | **Inference speed test**: USB camera about **78ms** per frame. | ||
+ | |||
===== Get source code ===== | ===== Get source code ===== | ||
Line 44: | Line 55: | ||
==== Get Convert Tool ==== | ==== Get Convert Tool ==== | ||
- | Download Tool from [[gl> | + | Download Tool from [[gh> |
```shell | ```shell | ||
$ git lfs install | $ git lfs install | ||
- | $ git lfs clone https://gitlab.com/ | + | $ git lfs clone https://github.com/ |
$ cd vim4_npu_sdk | $ cd vim4_npu_sdk | ||
$ ls | $ ls | ||
Line 59: | Line 70: | ||
<WRAP important> | <WRAP important> | ||
- | If your kernel is older than 241129, please use version before tag ddk-3.4.7.7. | + | If your kernel is older than 241129, please use branch npu-ddk-1.7.5.5. |
</ | </ | ||
Line 154: | Line 165: | ||
$ ./ | $ ./ | ||
``` | ``` | ||
- | |||
- | {{: | ||
=== Camera input demo === | === Camera input demo === |