FaceBoxes-tensorflow icon indicating copy to clipboard operation
FaceBoxes-tensorflow copied to clipboard

why x = 128?

Open FishermanZzhang opened this issue 6 years ago • 3 comments

https://github.com/TropComplique/FaceBoxes-tensorflow/blob/master/src/detector.py#L29

FishermanZzhang avatar Mar 28 '19 13:03 FishermanZzhang

actually, the input image h ,w >= 128 is ok !!???

FishermanZzhang avatar Mar 29 '19 01:03 FishermanZzhang

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.

TropComplique avatar Apr 10 '19 21:04 TropComplique

It's not necessary. we run the code(tf) in python and c++ environment. make sure h,w >= 128 is Ok @TropComplique

FishermanZzhang avatar Apr 16 '19 09:04 FishermanZzhang