diff --git a/exp/keras/transformation_matrices.py b/exp/kerokero/transformation_matrices.py copy from exp/keras/transformation_matrices.py copy to exp/kerokero/transformation_matrices.py --- a/exp/keras/transformation_matrices.py +++ b/exp/kerokero/transformation_matrices.py @@ -47,8 +47,8 @@ def getMirroring(): def getProjection(): - dx=random.uniform(-0.001,0.001) - dy=random.uniform(-0.001,0.001) + dx=random.uniform(-0.0005,0.0005) + dy=random.uniform(-0.0005,0.0005) return np.float32([ [1,0,0], [0,1,0],