FaceBoxes-tensorflow
                                
                                 FaceBoxes-tensorflow copied to clipboard
                                
                                    FaceBoxes-tensorflow copied to clipboard
                            
                            
                            
                        why x = 128?
https://github.com/TropComplique/FaceBoxes-tensorflow/blob/master/src/detector.py#L29
actually, the input image h ,w >= 128 is ok !!???
Well, I don't remember (or understand) exactly why. It has something to do with my anchor box generation algorithm.
So, my faceboxes implementation needs all image sizes to be divisible by 128.
It's not necessary. we run the code(tf) in python and c++ environment. make sure h,w >= 128 is Ok @TropComplique