Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zxch3n/object-detection-labeler


https://github.com/zxch3n/object-detection-labeler

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Object Detection Image Labeler

Object detection image labeling tool, based on [image-labeler-react](https://github.com/rem2016/image-labeler-react)

# Usage

```bash
# client side dev server
yarn
yarn --cwd ./server
yarn start

# on another bash
yarn server
```

Put your unlabeled image file under `/server/public/images` and start labeling.

The annotation will be saved in `/server/labeledData`, you can change the output path in the `/server/config.js` file.