Skip to content

Commit c4b19b2

Browse files
authored
Update image augmentation.py
1 parent 35317be commit c4b19b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

preprocessing/image augmentation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Thank you to Vivek Yadav for his super write up
22
# https://medium.com/self-driving-cars/image-augmentation-bc75fd02a0ff
3-
#augment dings 20 times
3+
# a collection of image augmentation techniques
4+
45
import cv2
56
import numpy as np
67
import math

0 commit comments

Comments
 (0)