Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zxch3n/object-detection-labeler
https://github.com/zxch3n/object-detection-labeler
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zxch3n/object-detection-labeler
- Owner: zxch3n
- Created: 2019-06-16T11:16:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:42:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T14:40:49.914Z (about 1 month ago)
- Language: TypeScript
- Size: 1.37 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
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.