MhLiao / TextBoxes_plusplus

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

Can I disable CRNN? #10

Closed qnkhuat closed 6 years ago

qnkhuat commented 6 years ago

I see that I don't need the crnn for my problem. Can I disable it? And if yes, Pls help me how.

MhLiao commented 6 years ago

Yes, you just need to delete the code after “print('detection finished')” in demo.py

qnkhuat commented 6 years ago

Can I train without it??

MhLiao commented 6 years ago

Yes, the training of CRNN is not included in this code.

qnkhuat commented 6 years ago

I mean. Can I don't use any CRNN at all ? and if it is yes. pls show me the way to do it.

MhLiao commented 6 years ago

Yes, you can. Just try the script "demo_det.py".