Looks like the TensorFlow backend used in this Keras model is still on tf 1.0, so when I trymtcnn = MTCNN(), I get an error of AttributeError: module 'tensorflow' has no attribute 'get_default_graph'
Can you please implement a version compatible with tf2.0?
Looks like the TensorFlow backend used in this Keras model is still on tf 1.0, so when I try
mtcnn = MTCNN()
, I get an error ofAttributeError: module 'tensorflow' has no attribute 'get_default_graph'
Can you please implement a version compatible with tf2.0?