Rubseena

Results 3 issues of Rubseena

In model.py ``` def create_models(buckets = [25, 50, 100], phase = caffe.TRAIN): transformers = create_spatial_transformers(buckets, phase) proposal_net = create_yolo(phase) recog = create_recognizer(phase) return proposal_net, transformers, recog ``` Here in this...

Hi, I want to extract words from image documents together with their coordinates in a key value pair method.Is it possible through this.Please help

Hi, When I run demo.py the captured video shows chinese language as output.I need the result as English text.From which line of code I changed for this ?