# Rotating-target detection **Repository Path**: cheakf/rotating-target-detection ## Basic Information - **Project Name**: Rotating-target detection - **Description**: 为Robomaster能量机关设计,基于yolo的旋转目标检测 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-29 - **Last Updated**: 2022-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rotating-target detection #### 介绍 为Robomaster能量机关设计,基于yolo的旋转目标检测 #### 使用 ##### 1. Install python3 dependencies pip3 install -r requirements.txt ##### 2. Install swig cd \...\...\utils sudo apt-get install swig ##### 3. Create the c++ extension for python swig -c++ -python polyiou.i python setup.py build_ext --inplace ##### 4. 'train.py' suggests batchsize = 16 or 32 ; pretrained model : None