# Detector-Inside **Repository Path**: i-tour/detector-inside ## Basic Information - **Project Name**: Detector-Inside - **Description**: 使用Yolov4-tiny(tkDNN)与dlib的驾驶员状态检测。用于检测车内司机的危险驾驶行为 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-08 - **Last Updated**: 2021-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 安装 - 自行编译libdarknet.so,并放入bin文件夹中 - 运行build.sh - 如果报没有CUDA或AVX指令集的错,就把build.sh里的-DDLIB_USE_CUDA=1或-DUSE_AVX_INSTRUCTIONS=1删除 #### 运行 - 修改run.sh里的文件路径 - 运行run.sh