Skip to content
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

Feature request: Weka Integration #50

Closed
tferr opened this issue Feb 25, 2021 · 2 comments
Closed

Feature request: Weka Integration #50

tferr opened this issue Feb 25, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request unscheduled

Comments

@tferr
Copy link
Member

tferr commented Feb 25, 2021

We should make it easier to train a classifier from within SNT.
Currently one has to:

  1. Do some tracing
  2. Send traced paths as ROIS to WEKA
  3. Classify image
  4. Save p-map
  5. Load p-map as secondary image

It would be nice to at least automate some of this: E.g. a GUI command (a script?) that does 1) and 2), or/and an API that facilitates 1) to 5).
@carshadi, what do you think?

@tferr tferr added the enhancement New feature or request label Feb 25, 2021
@carshadi
Copy link
Member

This would be awesome. I was looking at the Weka scripting examples here and it seems like it would be relatively straightforward. Maybe start with a script to prototype, then create an API/GUI commands?

Being able to pass Fills would be nice too, but that might be somewhat less trivial?

@tferr
Copy link
Member Author

tferr commented Feb 26, 2021

Using fillings would be nice, but we will need to work on it more deeply. Currently there is no formal way to store fillings. We are simply storing enough information for the filler to know where to resume. It was been a while since I looked at the filler. Which is to say: yes, I predict lots of work there.

But starting with the script with ROI sounds good! I will assign you to this too, but feel free to remove yourself if you cannot commit (pun intended 😄 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request unscheduled
Projects
None yet
Development

No branches or pull requests

2 participants