# Auto_Label_FYT **Repository Path**: zyn-gitee/auto_-label_-fyt ## Basic Information - **Project Name**: Auto_Label_FYT - **Description**: This is the automatic labeling tool of FYT team! Based on labelImg! - **Primary Language**: Python - **License**: 0BSD - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-04 - **Last Updated**: 2022-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Auto_Label_FYT ## introduce - This is the automatic labeling tool of FYT team! - Based on labelImg! - Made by Yinan Zhang in 2022! - Chinese name and path are not supported! ## Installation tutorial #### Windows ``` pip install -r requirements.txt ``` #### Linux ``` pip3 install -r requirements.txt ``` ``` sudo apt-get install python3-tk python-tk ``` ## instructions #### Windows ``` python labelFYT.py ``` #### Linux ``` python3 labelFYT.py ```