auto-accept/README.md

24 lines
494 B
Markdown
Raw Permalink Normal View History

2020-12-17 14:57:03 +01:00
# Auto-accept : part of the Accept & Work series
## Install:
```bash
2020-12-22 10:50:13 +01:00
pipenv install
pipenv shell
2020-12-17 14:57:03 +01:00
./download_dataset.sh
python tools.py create
```
To use a custom dataset version (defaults to the smaller validation 2017 set)
```bash
2020-12-22 10:50:13 +01:00
pipenv run python tools.py create --annotations FILENAME.json --db dataset/NAME.db
2020-12-17 14:57:03 +01:00
```
## Server
Python server. Based on work for the [COCO dataset interface](https://git.rubenvandeven.com/plottingdata/coco) for [Plotting Data](http://plottingd.at/a).