An open API service indexing awesome lists of open source software.

https://github.com/nitaiaharoni1/image2html-labeling-app


https://github.com/nitaiaharoni1/image2html-labeling-app

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Image2Html Labeling App

> Custom image labeling tool for [Darknet YOLO v2/v3/v4](https://github.com/AlexeyAB/darknet) neural network object detection (Bounding Boxes).

[![](https://img.shields.io/github/languages/top/nitaiaharoni1/image2html-labeling-app)]()
[![](https://img.shields.io/github/stars/nitaiaharoni1/image2html-labeling-app)]()
[![](https://img.shields.io/github/package-json/dependency-version/nitaiaharoni1/image2html-labeling-app/react)]()
[![](https://img.shields.io/github/v/release/nitaiaharoni1/image2html-labeling-app)]()
[![](https://img.shields.io/github/repo-size/nitaiaharoni1/image2html-labeling-app)]()
[![](https://img.shields.io/github/issues/nitaiaharoni1/image2html-labeling-app)]()
[![](https://img.shields.io/github/downloads/nitaiaharoni1/image2html-labeling-app/total)]()
[![](https://img.shields.io/github/forks/nitaiaharoni1/image2html-labeling-app)]()

---
## Description

Online Labeling App - [Link](https://image2html-labeling-app.herokuapp.com/)

A React web app GUI tool to support create of an accurate data set for machine learning algorithm `Darknet YOLO Object Detection`.

Allows viewing and editing bounding boxes on top of an image given a label file.

* Upload label files with their matching image.
* Inspect, filter and remove wrong or unnecessary boxes and labels.
* Download the updated files
* Train your custom Object Detector model

---

[![](./public/image2html-labeling-app.png)]()

---

[![](./public/image2html-labeling-app.gif)]()

---

## Installation

- Clone this repo
```shell
$ npm install
$ npm start
```

---

## FAQ

##### Why can't I draw new boxes?
In this version you can only delete boxes to optimize automatically prepared data

##### How should I create the label file?
This file should be prepared with labels in accordance with the requirements of darknet See:
https://github.com/AlexeyAB/darknet