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

https://github.com/giochem/coco-data-ai


https://github.com/giochem/coco-data-ai

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# coco-data-ai
A script install coco data

## Installation requirement
```
pip install -r requirement.txt
```

## Preprocessing data and Automatic setup data

```
Usage: python main.py [OPTIONS]

Options:
-i Dowload zip file and Init preprocessing
-d Put data to dataset folder by split name
--help Show this message and exit.
```

Example commands
```
# Preprocessing data (take 2 hours)
$ python main.py -i

# Preprocessing data and Automatic setup split name all (take 4-6 hours)
$ python main.py -i -d

# Automatic setup val data (must run -i first)
$ python main.py -d val
```