@@ -14,29 +14,41 @@ dependencies:
14
14
rules :
15
15
- if : " target not in [esp32c2]"
16
16
- if : " $COMPONENTS_SUBSET in [full, all]"
17
+ # ESP-DL for ESP32, ESP32S2 and ESP32-S3
17
18
espressif/esp-dl :
19
+ version : " master"
20
+ version : " af7808ba09448ce82c704455975d4cf1e4305fd7"
21
+ git : https://github.com/espressif/esp-dl.git
22
+ require : public
23
+ rules :
24
+ - if : " target in [esp32s3, esp32s2, esp32]"
25
+ - if : " $COMPONENTS_SUBSET in [full, all]"
26
+ # ESP-DL for ESP32-P4
27
+ espressif/esp-dl2 :
18
28
version : " master"
19
29
git : https://github.com/espressif/esp-dl.git
20
30
path : esp-dl
21
31
require : public
22
32
rules :
23
- - if : " target in [esp32s3, esp32, esp32p4]"
33
+ - if : " target in [esp32p4]"
24
34
- if : " $COMPONENTS_SUBSET in [full, all]"
35
+ # ESP-DL Face Detection for ESP32-P4
25
36
espressif/human_face_detect :
26
37
version : " master"
27
38
git : https://github.com/espressif/esp-dl.git
28
39
path : models/human_face_detect
29
40
require : public
30
41
rules :
31
- - if : " target in [esp32s3, esp32p4]"
42
+ - if : " target in [esp32p4]"
32
43
- if : " $COMPONENTS_SUBSET in [full, all]"
44
+ # ESP-DL Pedestrian Detection for ESP32-P4
33
45
espressif/pedestrian_detect :
34
46
version : " master"
35
47
git : https://github.com/espressif/esp-dl.git
36
48
path : models/pedestrian_detect
37
49
require : public
38
50
rules :
39
- - if : " target in [esp32s3, esp32p4]"
51
+ - if : " target in [esp32p4]"
40
52
- if : " $COMPONENTS_SUBSET in [full, all]"
41
53
espressif/esp-sr :
42
54
version : " >=1.4.2"
0 commit comments