# labelImg **Repository Path**: PolarisF/labelImg ## Basic Information - **Project Name**: labelImg - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-02-07 - **Last Updated**: 2022-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README LabelImg ======== **更新by Polaris**:修改键位方法 在labelImg.py文件下200行左右的# Actions部分,将action的对应键位修改即可。 例如:280行对应的< 'Delete', 'delete', get_str('delBoxDetail'), enabled=False)> 中'Delete'修改为'Space',即可将删除功能键从delete修改为"空格键"。 ## Windows + Anaconda(Miniconda) Download and install `Anaconda `__ (Python 3+) Open the Anaconda Prompt and go to the `labelImg <#labelimg>`__ directory ## 配置conda 环境 .. cmd or powershell <替换 prefix: D:\GitHub\CondaEnvs\Label_Img 为自己的conda 环境位置> conda env create -f conda env create -f .. code:: shell conda install pyqt=5 conda install -c lxml pyrcc5 -o libs/resources.py resources.qrc python labelImg.py