Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikaze committed Oct 31, 2022
1 parent acb2a19 commit cfe6ba2
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# dataset_image_annotator
# dataset-image-annotator
Dataset image annotation tool

## Installation

```bash
python3.11 -m venv venv --upgrade-deps
source venv/bin/activate
python -m pip install -U -r requirements_dev.txt
python -m pip install -U -r requirements.txt
```

## Running image annotator
```bash
python -m dataset_image_annotator --data-root /path/to/dataset/images/
```

0 comments on commit cfe6ba2

Please sign in to comment.