AhmedFakhry47 / Dataset-Builder-

A class that is used to download and prepare data set ( coco dataset and other datasets ) . It's similar to tfds builder but faster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dataset-Builder-

A class that is used to download and prepare data set ( coco dataset and other datasets ) . It's similar to tfds builder but faster.

Dependencies you will need to run the code

-tqdm
-numpy
-os
-sys
-zipfile
-random
-json
-wget
-cv2
-gc

Steps of work

After importing the file , Create an instance of gp_builder class . Then you have two methods in order to download and prepare data First method is : download_and_prepare() Second method is : _get_data()

like in the following picture : 1

Expected output would be : 2

In data_builder.py , there is a function that is used to visualize images from the dataset
and the expected output would be like :
3

About

A class that is used to download and prepare data set ( coco dataset and other datasets ) . It's similar to tfds builder but faster


Languages

Language:Jupyter Notebook 99.2%Language:Python 0.8%