Skip to content

Get labels' position to make faster r-cnn samples. 制作 faster r-cnn 样本

Notifications You must be signed in to change notification settings

yulongpo/label-picture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

label-picture

This is a simple & easy-use tool to get the bounding box's position in the picture, and then you can use the positions to make actual labels for detection training.

Simply using Python 2.7 and OpenCV, you can use it both on Windows and Linux.

目标检测样本制作工具

   

################# Label Picture ###################  

使用方法:  

                    |先安装 pyqtgragh:pip install pyqtgraph  

                    |修改 initialpath 到自己存储图片的路径

                    |修改 CLASSES 为自己的类别,运行label_picture.py

                    |先选择起始图片,再选择输出到的txt文档

                    |鼠标左键单击按下开始绘制图框,

                    |松开绘制完成,右键单击确认图框位置,

                    |输入标签编号,完成一个目标信息记录。

                    |w:   上一张图片

                    |s:   下一张图片

                    |a:   重新选择图片

作者:yulongpo

日期:2017/03/03

版本:LabelPic 0.1.3

About

Get labels' position to make faster r-cnn samples. 制作 faster r-cnn 样本

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages