# DeepLearning_ObjectDetection **Repository Path**: hufangjia/DeepLearning_ObjectDetection ## Basic Information - **Project Name**: DeepLearning_ObjectDetection - **Description**: [Deep Learning] Object Detection (深度学习:目标检测与识别—复杂环境下的Logo识别. RCNN系列、TensorFlow) - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2019-05-05 - **Last Updated**: 2021-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DeepLearning_ObjectDetection Object Detection目标检测与识别—复杂环境下的Logo识别 ## 相关 Deep Learning Object Detection 推荐 - M2Det (2019) - RefineDet (2018) - **YOLOv3 (2018)** - **Mask R-CNN (2018)** - **RatinaNet (2017)** - FPN (2017) - YOLOv2 (2017) - R-FCN (2016) - SSD (2016) - YOLOv1 (2016) - **Faster R-CNN (2015)** - Faste R-CNN (2015) - R-CNN (2013) --- # 复杂环境下的Logo识别 ## 依赖 - Python - Anaconda - TensorFlow ### RCNN原理图 ![avatar](./img/[1]RCNN.png) ### 原始数据展示(部分) ![avatar](./img/[2]data1.png) ![avatar](./img/[2]data2.png) ### SelectiveSearch ![avatar](./img/[3]SelectiveSearch.png) ### 结果及应用展示(概率、Softmax向量) ![avatar](./img/[4]识别效果.png) # License [MIT](./LICENSE)