Ayush Rai
Ayush Rai
@tmbdev I am also interested in torch or tensorflow/keras based implementation of clstm. Is there any update from your end?
@stalagmite7 I think there is some problem with your lmdb dataset. Are you using this [script](https://github.com/bgshih/crnn/blob/master/tool/create_dataset.py) to generate your lmdb files?
@stalagmite7 The first "if condition" in ascii2label function seems incorrect. As when ascii value would be 47 then label would be 15 and not 14 (which you have mentioned in...
@rremani I am working on the problem of OCR in the wild (text detection + recognition on natural images). As @bgshih suggested that we need a text detection module on...
@bgshih @rremani Thanks guys. Will surely look into Textboxes.
@oneOfThePeople @avr248 I am getting the same error. How can I resolve this?
@bgshih Could you please explain whether you used raw images from vgg synthetic dataset as an input to the crnn model or normalized them before training crnn on them?
Did you figure out what make_dict() is doing? https://github.com/tomar840/two-stream-fusion-for-action-recognition-in-videos/blob/master/dataloader/split_train_test_video.py#L50 The videoname variable is not defined.
Hi @AlonzoLeeeooo Do I need to finetune the autoencoder separately (stage 1) on my custom dataset and then finetune the inpainting_big model by modifying the input in ```ddpm.py``` as in...
Thank you @AlonzoLeeeooo I will give it a try.