# Object-Detection **Repository Path**: luoyonghuan/Object-Detection ## Basic Information - **Project Name**: Object-Detection - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Object-Detection ①lane_detector:传统的canny hough变换识别 对车道线的分割、识别 ②object_detection.tar.gz:属于卷积网路识别 识别物体,训练网络 注意:要把object_detection_tutorial.py文件里面的头文件改为 from object_detection.utils import label_map_util!!!