MhLiao / TextBoxes_plusplus

TextBoxes++: A Single-Shot Oriented Scene Text Detector
Other
953 stars 279 forks source link

MultiScale Procedure - is it necessary to load graph for each scale? #81

Open Leonhard1987 opened 6 years ago

Leonhard1987 commented 6 years ago

After scaling the input image to a different resolution, is it possible to keep the original graph (used to detect bounding boxes on the original sized image). Or do i have to load a new graph to detect the bounding boxes on the image with different resolution?

Thanks!

MhLiao commented 5 years ago

You just need to load the original image once and rescale it to different scales.