Ravikant Bhargava
Ravikant Bhargava
@xiaomaxiao , @cjt222 : Did you guys manage to solve it? I am also stuck here. In case I resolve it before you guys revert then will update it here.
@xiaomaxiao : Thanks for your response. Could you please tell me if you are using following implementation of CTPN: https://github.com/eragonruan/text-detection-ctpn or you have implemented your own?
@ll36771 : Could you use cudnn.BLSTM in CRNN successfully? I tried to use it sometime back but couldn't use it successfully. Will try it again soon so any pointer will...
@Bboysummer : I have not yet solved the problem but as the author has suggested, I am trying to run with smaller SHORT_SIDE_LEN. I am getting some errors right now...
I faced this issue in the browser while using [vatic-docker](https://github.com/NPSVisionLab/vatic-docker) . It seems to me a player bug as on checking the underlying mysql database, I found that all the...
Please see this thread for layer specific changes: https://github.com/Orpine/py-R-FCN/issues/9 Note that this will not suffice if you are changing anchors as well. Let me know if you are doing that....
Hi @harrycrossincode , Did you solve your issue? I also have same issue with same configuration while testing. I have two 1080 cards but I guess we can't use both...
@haihaoshen Are you implying that the rois for test images (which in my understanding are stored in 'stage3_rpn_final_proposals.pkl') are invalid? If yes, then I wonder what could cause that. Is...
Actually I was able to train the model using alternate training approach using the script provided (py-R-FCN/experiments/scripts/rfcn_alt_opt_5stage_ohem.sh) without any problem. But in the end of this script it tries to...