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

Implement Brightness shift

Open raghavgurbaxani opened this issue 7 years ago • 1 comments
trafficstars

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

raghavgurbaxani avatar Oct 02 '18 23:10 raghavgurbaxani

For now, the full list of the image transformations is in the Readme and doesn't contain changing brightness but it's totally possible. In particular, this project is using scikit image so you can easily add your custom image transformations. I saw this in the documentation :

http://scikit-image.org/docs/0.9.x/api/skimage.exposure.html

Feel free to edit the code an make a pull request ! If you need help with this just tell me.

tomahim avatar Oct 03 '18 06:10 tomahim