# Tail-Recognition **Repository Path**: gisphd/Tail-Recognition ## Basic Information - **Project Name**: Tail-Recognition - **Description**: Aircraft tail detection by shape and color - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Letter Recognition Net To train: python net.py --dataset images To test on a single image python test_network.py --image test.jpg To run: python object_detection.py To install necessary packages in conda environment: conda install keras conda install opencv conda install matplotlib conda install scikit-learn conda install -c mlgill imutils pip install imutils python -m pip install --upgrade pip