hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
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
config BR2_PACKAGE_ROCKX
   bool "rockx"
   select BR2_PACKAGE_RKNPU
   help
     rockchip rknn library
 
if BR2_PACKAGE_ROCKX
 
config BR2_PACKAGE_ROCKX_CARPLATE_RELATIVE
    bool "Rockx carplate support"
    default n
    help
        Rockx carplate support
 
config BR2_PACKAGE_ROCKX_FACE_DETECTION
    bool "Rockx face detection support"
    default y
    help
        Rockx face detection support
 
config BR2_PACKAGE_ROCKX_FACE_RECOGNITION
    bool "Rockx face recognition support"
    default n
    help
        Rockx face recognition support
 
config BR2_PACKAGE_ROCKX_FACE_LANDMARK
    bool "Rockx face landmark support"
    default y
    help
        Rockx face landmark support
 
config BR2_PACKAGE_ROCKX_FACE_ATTRIBUTE
    bool "Rockx ace attribute support"
    default n
    help
        Rockx face attribute support
 
config BR2_PACKAGE_ROCKX_HEAD_DETECTION
    bool "Rockx head detection support"
    default n
    help
        Rockx head detection support
 
 
config BR2_PACKAGE_ROCKX_OBJECT_DETECTION
    bool "Rockx object detection support"
    default n
    help
        Rockx object detection support
 
config BR2_PACKAGE_ROCKX_POSE_BODY
    bool "Rockx pose body support"
    default y
    help
        Rockx pose body support
 
config BR2_PACKAGE_ROCKX_POSE_FINGER
    bool "Rockx pose finger support"
    default y
    help
        Rockx pose finger support
 
config BR2_PACKAGE_ROCKX_POSE_HAND
    bool "Rockx pose hand support"
    default n
    help
        Rockx pose hand support
 
config BR2_PACKAGE_ROCKX_TB
    bool "Enable thunder boot"
 
config BR2_PACKAGE_ROCKX_PERSON_DETECTION
    bool "Rockx person detection support"
    default n
    help
        Rockx person detection support
 
endif # BR2_PACKAGE_ROCKX