-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stroke classification & typology example demo #157
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #157 +/- ##
=======================================
- Coverage 98.8% 97.7% -1.1%
=======================================
Files 6 6
Lines 998 1021 +23
=======================================
+ Hits 986 998 +12
- Misses 12 23 +11
|
I suppose this can be useful in the paper and documentation when we explain how it all works but not sure it needs to be automatised. We can craft those figures by hand probably. But if this exists... why not use it. I have looked at the gist only, not the code, fyi |
hey! sorry for being late on this. checked the code and the gist. looks really cool! i also agree with martin re usefulness for the paper and not-so-urgent full automatization. |
Last week I mentioned about recreating the stroke classification & typology. It takes some minor updates to the code base to enable recording the information and some extra bits in for plotting. Here is the gist demoing 2 examples. I thing it's pretty cool, but not sure how actually useful it will be. Let me know yalls thoughts on if I should keep on the experimentation.
Of note – while the classifying of$\{\prime, *, \hat{}\}$ is performed in our current
neatnet
workflow, it is not (yet?) possible on this proposed functionality since it happens in differing locations & based on other artifacts.