zombak79 opened this issue 5 years ago · 0 comments
For use with TensorFlow 2.0 I changed first line of faced/detector.py from :
faced/detector.py
import tensorflow as tf
to
import tensorflow.compat.v1 as tf
and it works. I know it's not ideal, but it works.