irolaina / FCRN-DepthPrediction

Deeper Depth Prediction with Fully Convolutional Residual Networks (FCRN)
BSD 2-Clause "Simplified" License
1.11k stars 313 forks source link

Make3d augmentation code #56

Closed buaaswf closed 6 years ago

buaaswf commented 6 years ago

Could you share the pre-processing code to the make3d dataset? I can not find how to augment the training dataset from 343 to 15k, thank you

irolaina commented 6 years ago

Hi, it is the standard process of random transformations, i.e. rotations, scaling, cropping, mirroring and color transformations. You can have a look at this repository for a wide range of image augmentations for deep learning.