I have a HD image (4k by 3k) and would like to get all faces in it. The faces are very small in the distance, so I assume I have to tile the image into overlapping tiles of reasonable (500x500?) size, run the detector on each tile, handle overlaps, recombine into one superset.
Has anyone else already done this? Or, are there better ways to handle larger images?
I have a HD image (4k by 3k) and would like to get all faces in it. The faces are very small in the distance, so I assume I have to tile the image into overlapping tiles of reasonable (500x500?) size, run the detector on each tile, handle overlaps, recombine into one superset.
Has anyone else already done this? Or, are there better ways to handle larger images?