Skip to content

Commit e3d2928

Browse files
committed
Switch to the new ESP-DL only for ESP32-P4
1 parent cab451a commit e3d2928

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

main/idf_component.yml

+15-3
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,41 @@ dependencies:
1414
rules:
1515
- if: "target not in [esp32c2]"
1616
- if: "$COMPONENTS_SUBSET in [full, all]"
17+
# ESP-DL for ESP32, ESP32S2 and ESP32-S3
1718
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:
1828
version: "master"
1929
git: https://github.com/espressif/esp-dl.git
2030
path: esp-dl
2131
require: public
2232
rules:
23-
- if: "target in [esp32s3, esp32, esp32p4]"
33+
- if: "target in [esp32p4]"
2434
- if: "$COMPONENTS_SUBSET in [full, all]"
35+
# ESP-DL Face Detection for ESP32-P4
2536
espressif/human_face_detect:
2637
version: "master"
2738
git: https://github.com/espressif/esp-dl.git
2839
path: models/human_face_detect
2940
require: public
3041
rules:
31-
- if: "target in [esp32s3, esp32p4]"
42+
- if: "target in [esp32p4]"
3243
- if: "$COMPONENTS_SUBSET in [full, all]"
44+
# ESP-DL Pedestrian Detection for ESP32-P4
3345
espressif/pedestrian_detect:
3446
version: "master"
3547
git: https://github.com/espressif/esp-dl.git
3648
path: models/pedestrian_detect
3749
require: public
3850
rules:
39-
- if: "target in [esp32s3, esp32p4]"
51+
- if: "target in [esp32p4]"
4052
- if: "$COMPONENTS_SUBSET in [full, all]"
4153
espressif/esp-sr:
4254
version: ">=1.4.2"

0 commit comments

Comments
 (0)