All Projects → zeusees → Hyperlabelimg

zeusees / Hyperlabelimg

开源图像标注工具(支持人脸关键点/不规则四边形/多边形标注)

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Hyperlabelimg

Opensourceresources
Free opensource Learning Resources related to Web-Development A to Z 🔥❤
Stars: ✭ 210 (-6.67%)
Mutual labels:  open-source
Simple Calendar
A simple calendar with events, customizable widgets and no ads.
Stars: ✭ 2,696 (+1098.22%)
Mutual labels:  open-source
Buildapks
Really quickly build APKs on handheld device (smartphone or tablet) in Amazon, Android, Chromebook and Windows📲 See https://buildapks.github.io/docsBuildAPKs/setup to start building APKs.
Stars: ✭ 218 (-3.11%)
Mutual labels:  open-source
Esenthelengine
Full Source of Esenthel Engine and its Tools
Stars: ✭ 204 (-9.33%)
Mutual labels:  open-source
Diaper
Diaperbase is an inventory system for diaper banks, to aid them in tracking their inventory and providing statistics about their inventory flows.
Stars: ✭ 214 (-4.89%)
Mutual labels:  open-source
Collection
Collection Data for Cooper Hewitt, Smithsonian Design Museum
Stars: ✭ 214 (-4.89%)
Mutual labels:  open-source
Open Source Catalog
Contains the NASA open source software catalog for automatic deployment to code.nasa.gov
Stars: ✭ 207 (-8%)
Mutual labels:  open-source
Deepehr
Chronic Disease Prediction Using Medical Notes
Stars: ✭ 220 (-2.22%)
Mutual labels:  open-source
Startbootstrap Blog Home
A Bootstrap HTML template for blog homepages - created by Start Bootstrap
Stars: ✭ 215 (-4.44%)
Mutual labels:  open-source
Ksql Udf Deep Learning Mqtt Iot
Deep Learning UDF for KSQL for Streaming Anomaly Detection of MQTT IoT Sensor Data
Stars: ✭ 219 (-2.67%)
Mutual labels:  open-source
Kafka
Go driver for Kafka
Stars: ✭ 212 (-5.78%)
Mutual labels:  open-source
Open Source Covid 19
A global collection of Open Source projects during COVID-19
Stars: ✭ 214 (-4.89%)
Mutual labels:  open-source
Ios
Unofficial app for Swift Evolution
Stars: ✭ 217 (-3.56%)
Mutual labels:  open-source
Openui5
OpenUI5 lets you build enterprise-ready web applications, responsive to all devices, running on almost any browser of your choice.
Stars: ✭ 2,542 (+1029.78%)
Mutual labels:  open-source
Ultracopier
Ultracopier acts as a replacement for files copy dialogs. Features: play/pause, speed limitation, on-error resume, error/collision management ...
Stars: ✭ 220 (-2.22%)
Mutual labels:  open-source
Jetson Nano Baseboard
Antmicro's open hardware baseboard for the NVIDIA Jetson Nano and Jetson Xavier NX
Stars: ✭ 209 (-7.11%)
Mutual labels:  open-source
Werdlists
⌨️ Wordlists, Dictionaries and Other Data Sets for Writing Software Security Test Cases
Stars: ✭ 216 (-4%)
Mutual labels:  open-source
Tutorial
Tutorial covering Open Source tools for Source Separation.
Stars: ✭ 223 (-0.89%)
Mutual labels:  open-source
Ui5 Webcomponents React
A wrapper implementation for React of the UI5 Web Components that are compliant with the SAP Fiori User Experience
Stars: ✭ 220 (-2.22%)
Mutual labels:  open-source
Go
The most flexible Gutenberg-first WordPress theme built for go-getters everywhere.
Stars: ✭ 218 (-3.11%)
Mutual labels:  open-source

HyperLabelImg

目前github上已经有几个较为成熟的图像标注工具,例如labelimg等,这类标注工具支持类型相对单一,更多的是支持规则图形的标注。我们跟其他图像算法爱好者私下沟通中,大家都遇到类似的问题,好多人也自己开发了相应的工具,存在重复造轮子的局面,鉴于此,我们决定开源这个标注工具。源码全部开源,支持人脸关键点,不规则四边形、多边形的标注,欢迎使用。

更新

3.支持边界拖动(2019.09.05)

2.集成人脸关键点标注(2019.08.28)

1.支持图片缩放功能(2019.08.01)

编译

该工程基于vs2015,直接打开工程,配置路径下提供的opencv即可编译成功。

使用

1.双击打开程序,如下所示:

2.点击右上角导入文件夹或者单张图片,通过调整图片位置与四个标注点的位置,确定待标注物体坐标:

3.标注完毕,按下CTRL+S保存标注信息,标注信息与标注文件命名相同,后缀为.pts,存在同一目录:

4.针对人脸关键点标注,可以参考我们内部的代码,自己修改,效果如图所示:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].