This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
products:sbc:vim3:npu:vim3_demo_lite:retinaface [2025/01/09 20:34] louis |
products:sbc:vim3:npu:vim3_demo_lite:retinaface [2025/04/23 22:44] (current) louis |
||
---|---|---|---|
Line 12: | Line 12: | ||
{{indexmenu_n> | {{indexmenu_n> | ||
+ | |||
+ | 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 VIM3. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | **Inference speed test**: USB camera about **60ms** per frame. MIPI camera about **42ms** per frame. | ||
===== Get source code ===== | ===== Get source code ===== | ||
Line 214: | Line 222: | ||
$ bash build_vx.sh | $ bash build_vx.sh | ||
$ cd bin_r_cv4 | $ cd bin_r_cv4 | ||
- | $ ./ | + | |
+ | # usb | ||
+ | $ ./ | ||
+ | |||
+ | # mipi | ||
+ | $ ./ | ||
``` | ``` | ||