Replies: 1 comment
-
Hi @GuSangmo, thanks for your appreciation to this project. Glad that Regarding to your questions:
Hope this helps you, and wish you happy developing ^^ |
Beta Was this translation helpful? Give feedback.
-
Hi @GuSangmo, thanks for your appreciation to this project. Glad that Regarding to your questions:
Hope this helps you, and wish you happy developing ^^ |
Beta Was this translation helpful? Give feedback.
-
Dear @BreezeWhite ,
I am the Korean student who plan to use your awesome library as a pipeline of OMR project.
I really appreciate you for this awesome library 🙇 .
We learned a lot from your ideas( subtasks, many rule-based logics, etc...)
In terms of deployment, I think I can contribute some point to your awesome model.
When inferencing model,
variables seem to be stored as global variables
inlayers.py
.It is implemented as , kinda
singleton pattern
.However, when multiple users request the inference of the oemer model,
only one user can access this global variable.
I refactored your function in the way that one can also use local variables.
i.e.) oemer/staffline_prediction.py L320
If we add one option flag in
ete.py
, one can pass the parameter with local variable, or register/get layer variablefrom global variable.
So my points are,
Again, I really learned a lot from your code.
Bests
Beta Was this translation helpful? Give feedback.
All reactions