mvoelk / ssd_detectors

SSD-based object and text detection with Keras, SSD, DSOD, TextBoxes, SegLink, TextBoxes++, CRNN
MIT License
302 stars 85 forks source link

Test TextBoxes++ #33

Closed manhntm3 closed 5 years ago

manhntm3 commented 5 years ago

Hi, I kinda newbie to git and CV here How can I test the TextBoxes++ with my own images ? I can see SSD_predict.ipynb and SL_predict.ipynb but no TBPP_predict.ipynb in your git. Can you help me ? Thanks in advance

mvoelk commented 5 years ago

What you are looking for may be found in TBPP_evaluate.ipynb

manhntm3 commented 5 years ago

Thanks for your reply