githubharald/CTCWordBeamSearch
Connectionist Temporal Classification (CTC) decoder with dictionary and language model.
C++MIT
Issues
- 9
Python version
#72 opened by tclewis29 - 1
Implementing Word beam search correctly
#73 opened by HaniaGhouse0407 - 4
error: subprocess-exited-with-error
#71 opened by Lochan9 - 3
Unable to Install
#65 opened by Gablin31 - 1
ImportError : undefined symbol: _ZNSt15__
#68 opened by allianceai - 1
- 3
ValueError: the number of characters (chars) plus 1 must equal dimension 2 of the input tensor (mat)
#67 opened by UniDuEChristianGold - 6
Mac M1 pip3 install .
#61 opened by Maisteru - 2
Dictionary and text corpus
#66 opened by skalinin - 4
What version of gcc is used
#63 opened by shenw000 - 1
- 1
CTC word beam search usage for word spotting
#62 opened by anofryev - 3
Compilation error for Mac
#57 opened by abodinier - 4
Installing ctcwordbeamsearch decoder
#59 opened by zico-1 - 4
- 3
- 2
./buildTF.sh giving compile errors
#56 opened by pankaja0285 - 2
Result of Paper published
#55 opened by jjsr - 1
The Session graph is empty. Add operations to the graph before calling run().
#54 opened by ivaylojelev - 8
- 10
- 4
#Issue in running Custom TF operation
#53 opened by jishmab - 2
Compile custom TF operation
#51 opened by ritvikagrawal1 - 6
Question about decoder output.
#50 opened by biscayan - 5
Adapting for Digit String Recognition?
#45 opened by sdsawtelle - 5
Out of Dictionary prediction with specific wordbeamsearch implementation
#49 opened by hasansalimkanmaz - 4
- 2
What does 'check length of chars and wordChars: 0<len(wordChars)<=len(chars)' mean?
#47 opened by hasansalimkanmaz - 3
Getting Top-N results from Beam Search
#46 opened by amitbcp - 1
undefined symbol
#44 opened by sushantag9 - 1
Language model kills performance in beam search
#43 opened by janvainer - 10
Prediction Score
#41 opened by jpdevicente - 22
optimizations for ARM
#40 opened by iit2014128 - 1
mat_0.csv | How is it created?
#42 opened by Tamoghna-Saha - 2
testCustomOp.py error
#39 opened by DucLong06 - 4
Does not compile / pass test correctly
#34 opened by Sam-Spencer - 1
How to create TFWordBeamSearch.so using my data
#37 opened by DucLong06 - 4
Why are not used log(probabilities)?
#36 opened by janvainer - 1
no file " editdistance"
#35 opened by zuishuailxy - 2
the last word from one sentence was linked with the first word from the next sentence in LM-bigram
#33 opened by zzks - 0
- 1
The question about shape (TxBxC)
#31 opened by pvlinh143bk - 14
- 1
I have compiled the TFWordBeamSearch.so on GCC 7.3.1 TF 1.5.0 and Python 3.5.2 on Linux system, when i am copying the file(.so) and keeping it in src/ folder on Windows 10, gcc 5.1.0 python 3.6.7 TF 1.5.0 , it gives me an error stating it was designed to run on windows or file not found? How do i compile it on windows for it to work here ?
#30 opened by Karim-Baig - 4
How to set decode sequence length
#28 opened by Pay20Y - 2
question about feedMat
#27 opened by hxk11111 - 2
Why not use unique words to build prefix tree?
#26 opened by SRHyd - 1
Creating TFWordBeamSearch.so file for custom dataset
#24 opened by sirison - 0
- 3
test error
#21 opened by Jeffrey98-AI