旋转目标检测系列文章:第一篇,学会使用roLabelImg标注工具
本次实验在Windows 10系统下进行,
python版本3.6.10(2年前安装的python版本,有点老了)
下载标注工具项目代码:
https://github.com/cgvict/roLabelImg
下载代码压缩包到桌面:
解压:
打开Anaconda Prompt终端,并切换到项目目录:
cd C:\Users\zqq\Desktop\roLabelImg-master
执行命令,打开roLabelImg工具:
python roLabelImg.py
很不幸,报错了,报错信息为:
NameError: name ‘codecs’ is not defined
使用PyCharm编辑器打开roLabelImg.py