MhLiao / TextBoxes_plusplus

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

About the prior_box_layer? #46

Closed ysc703 closed 6 years ago

ysc703 commented 6 years ago

Hi @MhLiao, do you have the cuda code for the prior_box_layer? The prior_box_layer code here is a cpu version. It may take some time for copying the data from GPU to CPU, and then copying to GPU for the next layer. It may be save much time by using the prior_box_layer code of a GPU version .

Thank you!