Harshal Bhamare

Results 7 issues of Harshal Bhamare

While Running following command: python eval.py --test_data_path=/tmp/images/ --gpu_list=0 --checkpoint_path=/tmp/east_icdar2015_resnet_v1_50_rbox/ \ --output_dir=/tmp/ OS: Ubuntu 18.04 RAM: 8 GB Traceback (most recent call last): File "eval.py", line 194, in tf.app.run() File "/home/ubuntu/.local/lib/python3.6/site-packages/tensorflow/python/platform/app.py",...

Can I test code for Vehicle Identification Number(VIN) number recognition.

Is train_text_recognition.py is used only for bulding completely new model from cratch or building extended model from existing svhn dataset trained model or fsns dataset pretrained model ?

Hi, What is maximum size of epoch and batch size and is there any relation of epoch value and batch size value. please help

Hello @Bartzi, I'm tring to train SVHN dataset using following train.csv which path is defined in curricum.json as follows ![train](https://user-images.githubusercontent.com/5838252/54102268-b71dbb80-43ed-11e9-8629-1e3be6c38b83.PNG) Command for trainning svhn dataset is sudo python3 chainer/train_svhn.py "/root/see-master/datasets/train_dataextract_train/curriculum.json"...

Hi, Please provide format for image and label as there is nothing inside it .

@DevashishPrasad I tried on following image but it does not gives expected output . ![img1](https://user-images.githubusercontent.com/5838252/51453162-d8eeb080-1d63-11e9-9fef-7fd41c827e7d.jpg) Can you please help me on these ? Also which research paper r u referging?