team8 / outdoor-blind-navigation

Open-Source Sidewalk Navigation Software for Visually-Impaired Individuals using Multithreaded CNN’s
Other
26 stars 6 forks source link

Easier dataset install and augmentation script #10

Open aoberai opened 3 years ago

aoberai commented 3 years ago

I have added all the new scripts into the data_augmentation_scripts directory but something clean that merges the 3 different scripts and adds clean ways to interface with the images is needed. Also, we should finally add in the actual data augmentation code and not just the image flipping - we want to be able to modify rotation, hlv, etc for a much larger dataset

aoberai commented 3 years ago

Just do within tensorflow dataset augmentation library - we don't necessarily have to have the augmented images saved to disk.

aoberai commented 3 years ago

Added augmentation but appears that data normalization layer is broken.