ceoluo / CountLabelImgRec

This project modified the labelImg labeling tool to make it easy to count the number of borders in the label file. At the same time, to provide corresponding statistical tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

基于的LableImg的框数统计工具

这个项目修改了labelImg标注工具,让它得到的标注文件易于统计边框数目。同时,以提供了相应的统计工具。

直接使用

  • 获取项目;
  • 安装项目类的labelIng工具(经过改造的);
  • 标注完后使用CountRec里的窗口程序统计输入时间内的框数;

更多

  • 也可以使用如下命令打包CountRec成exe可执行文件
pyinstaller -F countRect/CountRect.py
  • 也可以基于自己的意愿改造labelImg, 再重新打包。

About

This project modified the labelImg labeling tool to make it easy to count the number of borders in the label file. At the same time, to provide corresponding statistical tools.


Languages

Language:Python 96.4%Language:Shell 3.3%Language:Makefile 0.3%