Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 480 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 480 Bytes

dataset_51

Downloading, loading and manipulating datasets using fiftyone

Quick Start Examples

$ git clone https://github.com/khatami-mehrdad/dataset_51.git
$ cd dataset_51
$ pip install -r requirements.txt

## example
## For Open Images v6
python main.py --classes "Human face" "Human hand" --splits train validation --max-samples 1000 100
## For Open Images v7
python main_v7.py --classes "Human face" "Human hand" --splits train validation --max-samples 1000 100