UjjwalSaxena/Automold--Road-Augmentation-Library

add_sun_process only works with images with height dim >= 300

ssabatier opened this issue · 0 comments

Line 582 in add_sun_process throws error.
rad=random.randint(1, imshape[0]//100-2)

imshape[0] must be >= 300