Dr
Dr
Sorry it took me so long; the GPU is a Nvidia 3060 Ti . The input video as I mentioned was 1080p resolution; you're saying this is too high to...
@liuhu-bigeye , @yalecyu , have you been successful in writing a bidirectional LSTM for the net? Is it possible to just add a reverse layer for the LSTM? I am...
I too am looking to train on my own dataset, of 109 ascii characters, and am trying to implement the CRNN for strings (like the original paper). My label for...
Also, if I start training on it after changing alphabet_number in crnn.prototxt to 109 (I've mapped my ascii characters from 1-109 -> including symbols, like in the original CRNN implementation),...
Thanks for responding, @yalecyu ! But I found out where I still needed to change the number of outputs: in one of the inner product layers in the crnn.prototxt, I...
@samylee , have you been able to figure it out? I can tell you what I did to get my training on my dataset. You'll need to change the alphabet_size...
You'll need to have word level labels, and change the generate dataset file to reflect the number of characters in your alphabet-dictionary and map the alphabets to [0, num_alpha) like...
Were you able to figure this out?
I am facing the same error
any solution to this issue yet? I just encountered this