RoLabelImg下载及旋转目标检测数据标注

        本文旋转目标检测数据集:链接 提取码:pds6 、

        RoLabelImg安装包:链接 提取码:ujsy

1.RoLabelImg下载

        GitHub下载链接:GitHub - cgvict/roLabelImg: Label Rotated Rect On Images for training ,下载解压后执行以下指令配置Anaconda环境,需要配置pyqt环境和lxml环境。

conda create -n rolabeimg python=3.6 -y
conda activate rolabelimg
conda install pyqt=5 -y
conda install lxml
cd \roLabelImg-master

pyrcc5 -o resources.py resources.qrc
python roLabelImg.py

        如果报错NameError: name 'codecs' is not defined,如下图所示:

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-06-10 01:16:03       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-06-10 01:16:03       101 阅读
  3. 在Django里面运行非项目文件

    2024-06-10 01:16:03       82 阅读
  4. Python语言-面向对象

    2024-06-10 01:16:03       91 阅读

热门阅读

  1. C++中避免内存泄漏的方法

    2024-06-10 01:16:03       31 阅读
  2. Windows环境如何安装Flutter:全面指南

    2024-06-10 01:16:03       30 阅读
  3. KIVY Widget class

    2024-06-10 01:16:03       28 阅读
  4. c++ pugixml编译动态库dll

    2024-06-10 01:16:03       29 阅读
  5. 初学者使用sql时易犯的错误(持续更新)

    2024-06-10 01:16:03       31 阅读
  6. uni-app 倒计时组件

    2024-06-10 01:16:03       29 阅读
  7. 前端面试题日常练-day60 【面试题】

    2024-06-10 01:16:03       31 阅读
  8. 【杂记-浅谈VLAN技术】

    2024-06-10 01:16:03       25 阅读
  9. Web前端 CodeView:深度解析与实用指南

    2024-06-10 01:16:03       30 阅读
  10. 7_1 Linux 文件管理

    2024-06-10 01:16:03       28 阅读