Skip to content

Commit

Permalink
remove tfm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rvankoert committed Jun 17, 2024
1 parent 51a30fc commit 9579e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/augment_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import numpy as np
from skimage.filters import threshold_otsu, threshold_sauvola
import tensorflow as tf
import gaussian_filter2d
from data.gaussian_filter2d import gaussian_filter2d

class ShearXLayer(tf.keras.layers.Layer):
def __init__(self, binary=False, **kwargs):
Expand Down

0 comments on commit 9579e69

Please sign in to comment.