MhLiao / TextBoxes

TextBoxes: A Fast Text Detector with a Single Deep Neural Network
https://github.com/MhLiao/TextBoxes
Other
631 stars 154 forks source link

error: 'polygon_intersect' undefined #67

Open dajiangxiaoyan opened 7 years ago

dajiangxiaoyan commented 7 years ago

Thanks for sharing textboxes code. It is very cool.

But when i run evaluation with octave, it throw error: 'polygon_intersect' undefined. I think it is cause by octave. Can you support a compiled polygon_intersect for octave or share the matlab code

MhLiao commented 7 years ago

The compiled polygon_intersect is given in the Readme page.

dajiangxiaoyan commented 7 years ago

@MhLiao Will you offer the polygon_intersect source code? The compiled polygon_intersect is not work for octave.