py-image-dataset-generator icon indicating copy to clipboard operation
py-image-dataset-generator copied to clipboard

Get a large image dataset with minimal effort by grabbing image through the web and generate new ones by image augmentation.

Results 11 py-image-dataset-generator issues
Sort by recently updated
recently updated
newest added

Getting error when I try to ran this command **python download.py "red car" -limit=150 -dest=folder_name -resize=250x250** **Error Log:** ``` [3244:6300:0521/114935.800:ERROR:device_event_log_impl.cc(208)] [11:49:35.800] Bluetooth: bluetooth_adapter_winrt.cc:723 GetBluetoothAdapterStaticsActivationFactory failed: Class not registered (0x80040154) Traceback...

Hey guys, is there any way t change the resize setting, because i have searched in the code, but didnt find anythin. The default value is 32x32, but for my...

when it comes to augmentation of the images...outputs are processed very slow. eg . 1024 sec for just 10 images

i want augmented images in png format

Hi all. I have installed all libraries correctly. When I tried to run "unittest" this error occured. `ImportError: Failed to import test module: tests.image_grabber.test_image_downloader Traceback (most recent call last): File...

loved your work. how do i add the commad to change color to gray? i need to add it at the Datagenerator. Please suggest

folder_path: str, Not accepting argument as a string in case of -folder=folder_name

Thanks for the amazing work, is there a way to get images in varying lighting conditions within a specific brightness range ?

enhancement

I tried running the download.py but it threw up some errors ` python download.py "red car" -limit=150 -dest=cars -resize=250x250 > searching image on Google : https://www.google.co.in/search?q=red+car&source=lnms&tbm=isch Traceback (most recent call...

Hi there, Thank you very much for your project. It's very helpful. I have the same problem when it stops downloading before reaching limit. ![capture](https://user-images.githubusercontent.com/38061474/41004013-c6118814-695b-11e8-925f-8e8f8636cb09.JPG) I notice that it only...