Skip to content

Commit 5eac2fc

Browse files
committed
Merge branch 'fix_obj_det_readme' into 'master'
fix: fix object detect example readme. See merge request face-recognition-framework/esp-who!104
2 parents 5e0a91c + 4ee4671 commit 5eac2fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/object_detect/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

examples/object_detect/main/app_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)