# Pedestrian_Detection **Repository Path**: yangyoulikedog/pedestrian_detection ## Basic Information - **Project Name**: Pedestrian_Detection - **Description**: opencv+esp32cam进行行人检测 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-05-10 - **Last Updated**: 2024-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: ESP32CAM, OpenCV ## README 行人检测: 1)esp32cam获取行人视频; 2)PC端接受,并通过opencv自带的行人检测集进行检测; 3)PC传输给esp32s3进行警报。 注意:行人距离没有进行检测,可以通过相似三角形求 主要文件: esp32_video_transfer.py:esp32cam传输图片; target_recognition.py:接受esp32cam数据流,并进行行人检测