File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77| [ human_face_detect] ( https://components.espressif.com/components/espressif/human_face_detect ) | :heavy_check_mark : |
88| [ pedestrian_detect] ( https://components.espressif.com/components/espressif/pedestrian_detect ) | :heavy_check_mark : |
99| [ cat_detect] ( https://components.espressif.com/components/espressif/cat_detect ) | :heavy_check_mark : |
10- | [ dog_detect] ( https://components.espressif.com/components/espressif/dog_detect ) | :x : |
10+ | [ dog_detect] ( https://components.espressif.com/components/espressif/dog_detect ) | :heavy_check_mark : |
1111
1212## How to use
1313
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ extern "C" void app_main(void)
6868{
6969 vTaskPrioritySet (xTaskGetCurrentTaskHandle (), 5 );
7070#if CONFIG_HUMAN_FACE_DETECT_MODEL_IN_SDCARD || CONFIG_PEDESTRIAN_DETECT_MODEL_IN_SDCARD || \
71- CONFIG_CAT_DETECT_MODEL_IN_SDCARD
71+ CONFIG_CAT_DETECT_MODEL_IN_SDCARD || CONFIG_DOG_DETECT_MODEL_IN_SDCARD
7272 ESP_ERROR_CHECK (bsp_sdcard_mount ());
7373#endif
7474
You can’t perform that action at this time.
0 commit comments