# CigaretteObjectDetection **Repository Path**: oscarlin/cigarette-object-detection ## Basic Information - **Project Name**: CigaretteObjectDetection - **Description**: No description available - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-03 - **Last Updated**: 2021-05-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CigaretteObjectDetection #### 介绍 香烟目标检测 #### 安装教程 1.安装PaddlePaddle 2.PaddleDetection的代码库下载 ```python ! git clone https://gitee.com/paddlepaddle/PaddleDetection.git --depth 1 ``` 3.安装其他依赖 ```python ! pip install paddledet==2.0.1 -i https://mirror.baidu.com/pypi/simple ``` 4.进入PaddleDetection文件夹 5.按照数据格式要求准备数据,根据官方文档训练模型,该仓库提供配置文件 * cigarette_voc.yml * FasterRCNN_baseline.yml