baomingwang/MTCNN-Tensorflow

MTCNN with a fixed size input

Opened this issue · 0 comments

Hi Benjamin,

Thanks for sharing the code. I'm trying to train MTCNN with a fixed size input, say 1000x1000.
Could you please suggest where should I modify to achieve that?
I tried to read the code and the placeholder input shape of Pnet is (batch_size, 12,12,3). I thought it should be (batch_size, None, None, 3)?

Thanks