We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35317be commit c4b19b2Copy full SHA for c4b19b2
preprocessing/image augmentation.py
@@ -1,6 +1,7 @@
1
# Thank you to Vivek Yadav for his super write up
2
# https://medium.com/self-driving-cars/image-augmentation-bc75fd02a0ff
3
-#augment dings 20 times
+# a collection of image augmentation techniques
4
+
5
import cv2
6
import numpy as np
7
import math
0 commit comments