Closed pasqLisena closed 3 weeks ago
Same Here. Any Help??
This happens when you call the constructor MTCNN()
inside a loop (or within a function that you're repeatedly calling). If you move the call to the constructor outside of the loop, the warning will go away.
I only call the constructor once, and this still happens. Anyone have a solution? Converting the input to a tf.Tensor works sometimes, but breaks the function in other cases.
Hello, I am using MTCNN to extract faces from a big set of images (basically the training set of a face classification system).
My code is more or less like this:
After a few iterations, I receive plenty of warning like this:
What can I do?