ipazc / mtcnn

MTCNN face detection implementation for TensorFlow, as a PIP package.
MIT License
2.23k stars 527 forks source link

Not working on keras with "image_data_format": "channels_first" #101

Open OligerMan opened 4 years ago

OligerMan commented 4 years ago

I use a library that only works with image_data format channels_first and your library works only with channels_first. When you try to init detector from the example with keras settings "image_data_format": "channels_last" you will get error from screenshot Python 3.8 Tensorflow 2.3.1 Keras 2.4.3 image

amiteshag320 commented 4 years ago

facing same kind of issue @OligerMan