|
|
@@ -9,7 +9,7 @@ DETECTION_CONFIG = {
|
|
|
'detection_interval': 0.1, # 检测间隔(秒)
|
|
|
|
|
|
# 检测图片保存配置
|
|
|
- 'save_detection_image': True, # 是否保存检测到人的图片
|
|
|
+ 'save_detection_image': False, # 是否保存检测到人的图片
|
|
|
'detection_image_dir': '/home/admin/dsh/detection_images', # 图片保存目录
|
|
|
|
|
|
# RK3588 平台使用 RKNN 安全检测模型 (包含人体检测)
|