hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
menuconfig BR2_PACKAGE_ROCKFACE
    bool "rockface"
    select BR2_PACKAGE_RKNPU
 
if BR2_PACKAGE_ROCKFACE
 
config BR2_PACKAGE_ROCKFACE_FACE_DETECTION
    bool "Face detection support"
    default n
    help
        Face detection support
 
config BR2_PACKAGE_ROCKFACE_FACE_DETECTION_V2
    bool "Face detection v2 support"
    default n
    help
        Face detection v2 support
 
config BR2_PACKAGE_ROCKFACE_FACE_DETECTION_V3
    bool "Face detection v3 support"
    default n
    help
        Face detection v3 support
 
config BR2_PACKAGE_ROCKFACE_FACE_DETECTION_V3_FAST
    bool "Face detection v3 fast support"
    default n
    help
        Face detection v3 fast support
 
config BR2_PACKAGE_ROCKFACE_FACE_DETECTION_V3_LARGE
    bool "Face detection v3 large support"
    default y
    help
        Face detection v3 large support
 
config BR2_PACKAGE_ROCKFACE_FACE_RECOGNITION
    bool "Face recognition support"
    default y
    help
        Face recognition support
 
config BR2_PACKAGE_ROCKFACE_FACE_LANDMARK
    bool "Face landmark support"
    default y
    help
        Face landmark support
 
config BR2_PACKAGE_ROCKFACE_FACE_ATTRIBUTE
    bool "Face attribute support"
    default y
    help
        Face attribute support
 
config BR2_PACKAGE_ROCKFACE_LIVING_DETECTION
    bool "Living detection support"
    default n
    help
        Living detection support
 
config BR2_PACKAGE_ROCKFACE_OBJECT_DETECTION
    bool "Object detection support"
    default y
    help
        Object detection support
 
config BR2_PACKAGE_ROCKFACE_MASK_CLASSIFY
    bool "Mask classify support"
    default n
    help
        Mask classify support
 
config BR2_PACKAGE_ROCKFACE_MASK_LANDMARKS
    bool "Mask landmarks support"
    default n
    help
        Mask landmarks support
 
config BR2_PACKAGE_ROCKFACE_MASK_RECOGNITION
    bool "Mask recognition support"
    default n
    help
        Mask recognition support
 
config BR2_PACKAGE_ROCKFACE_MASKS_DETECTION
    bool "Masks detetion support"
    default n
    help
        Masks detection support
 
endif # BR2_PACKAGE_ROCKFACE