srika91

Results 6 issues of srika91

How to use the pyrnn.gz models created in ocropy for prediction in clstm, as clstm prediction seems faster than the ocropy's prediction?

question

I am a beginner in LSTM.My doubt is, with what I have understood LSTM wont do just OCR rather it will also try to predict the next word or character...

Attached the file for reference ,renamed the extension as .txt to upload here.Is there a certain way or initialization we need to follow to create the .pbtxt files to load...

bug

When i run the command, ./worker cfg/openpose.cfg weights/openpose.weights -gpu 0 -pose I am getting this error "libdarknet.so: cannot open shared object file: No such file or directory". But I have...

If we want to use deeplab for new dataset that is substantially different from the trained datasets,how do we go about the training this network? My understanding: deeplab=DCNN(trainable) + CRF(not...

I have already built caffe with cuDNN4 which I used for other projects.Now while building again with this repo i am getting the following error, ![densecnn](https://cloud.githubusercontent.com/assets/7530485/14137506/aff23f38-f685-11e5-9889-e23d5b105637.png) Can i still use...