https://github.com/giochem/coco-data-ai
https://github.com/giochem/coco-data-ai
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/giochem/coco-data-ai
- Owner: giochem
- Created: 2024-03-06T12:12:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T09:58:13.000Z (about 2 years ago)
- Last Synced: 2025-02-08T11:12:45.692Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```