Skip to content

Face Detection + Recognition

Latest
Compare
Choose a tag to compare
@XiaochaoGONG XiaochaoGONG released this 03 Dec 09:10

Face Detection

face_detection.zip

To flash all build output, run:

python $IDF_PATH/components/esptool_py/esptool/esptool.py --chip esp32 --port /dev/ttyUSB1 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0x1000 bootloader.bin 0x10000 detection_command_line.bin 0x8000 partitions.bin

Face Recognition

face_recognition.zip

To flash all build output, run:

python $IDF_PATH/components/esptool_py/esptool/esptool.py --chip esp32 --port /dev/ttyUSB1 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0x1000 bootloader.bin 0x10000 recognition_command_line.bin 0x8000 partitions.bin