BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
33.99k stars 18.72k forks source link

connectionist temporal classification #4322

Closed milanwen1983 closed 8 years ago

milanwen1983 commented 8 years ago

Hello, everyone, recently I'm working on scene text recogniton, I've read some papers about using CNN, LSTM and connectionist temporal classification to solve this problem. LSTM layer has been merge to caffe,.Right now I am wondering that whether the CTC(connectionist temporal classification) would be implemented in caffe framework, and is there any possible that some LSTM example applied in text recogniton will be created in the example directory.

seanbell commented 8 years ago

Please ask modeling questions on the mailing list.

From https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md:

Please do not post usage, installation, or modeling questions, or other requests for help to Issues. Use the caffe-users list instead. This helps developers maintain a clear, uncluttered, and efficient view of the state of Caffe.

wew2012 commented 8 years ago

I want to ask the same questiion. Do you have any idea? @milanwen1983