Skip to content
#

recognition

Here are 456 public repositories matching this topic...

nikhilchh
nikhilchh commented Nov 22, 2018

Is it possible to modify it to work on text +hocr (overlayed on it)

So basically replacing image by image+hocr combo.

And then it can be used to annotate text document without having someone to type things after making box. As watever text comes inside box becomes the value for the key.

So at the end we have
Key, Value, Box-cordinates.
example: DATE, 28-May-2018, (x1,y1,x2,y2)
I will

nitslp-ri
nitslp-ri commented May 26, 2019

Today I have made an update to make Julius to work on HTK based DNN model. The recent Julius can run correctly on the contributed English DNN model at JuliusModel. I also added description at the top README.md about how to run Julius on the English DNN model in a few step.

I hope all of you can test and enjoy recognition more with this

yyangmei
yyangmei commented Oct 18, 2018

代码中可以找到predict()和postprocess()函数的具体实现吗?我不太理解
@AbstractMethod
def predict(self, preprocessed_inputs, scope=None):
pass

@AbstractMethod
def loss(self, predictions_dict, scope=None):
pass

@AbstractMethod
def postprocess(self, predictions_dict, scope=None):
pass
这几个函数这么定义了之后要怎么用?

Skylion007
Skylion007 commented May 4, 2016

So pull request #79 was kind enough to update the Maven packages which a bunch of code style checkers and such. However, one of those checkers generate Javadocs and since many of the javadocs throughout the code base are malformed, we will need fix this before this module works. Until then, if you are trying to build through source I suggest you skip Javadocs module using appropriate Maven argumen

jakebolam
jakebolam commented May 4, 2019

Is your feature request related to a problem? Please describe.
The bot currently decides whether to 'init' (install the placeholders for the table and badge) for the README if there is no .all-contributorsrc file. If the file is found, it skips this step. This causes the bot to crash if a user has an .all-contributorsrc file but has nothing else.

Describe the solution you'd like
H

Improve this page

Add a description, image, and links to the recognition topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the recognition topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.