This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
products:sbc:vim4:npu:demos:face-recognition [2023/09/19 03:32] louis created |
products:sbc:vim4:npu:demos:face-recognition [2024/12/03 02:54] (current) louis |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~tag> NPU RetinaFace FaceNet VIM4 ~~ | ~~tag> NPU RetinaFace FaceNet VIM4 ~~ | ||
+ | |||
+ | **Doc for version ddk-3.4.7.7** | ||
====== Face Recognition VIM4 Demo - 7 ====== | ====== Face Recognition VIM4 Demo - 7 ====== | ||
Line 6: | Line 8: | ||
<WRAP important > | <WRAP important > | ||
- | This demo integrates | + | This demo integrates |
</ | </ | ||
Line 18: | Line 20: | ||
$ git clone https:// | $ git clone https:// | ||
``` | ``` | ||
+ | |||
+ | <WRAP important> | ||
+ | If your kernel is older than 241129, please use version before tag ddk-3.4.7.7. | ||
+ | </ | ||
==== Install dependencies ==== | ==== Install dependencies ==== | ||
Line 43: | Line 49: | ||
# Run mode 1 | # Run mode 1 | ||
- | $ sudo ./ | + | $ ./ |
``` | ``` | ||
Line 50: | Line 56: | ||
```shell | ```shell | ||
# Run mode 2 | # Run mode 2 | ||
- | $ sudo ./ | + | $ ./ |
``` | ``` | ||
Line 68: | Line 74: | ||
# Run | # Run | ||
- | $ sudo ./face_recognition | + | $ ./face_recognition_cap |
``` | ``` | ||
'' | '' |