-
Notifications
You must be signed in to change notification settings - Fork 5
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
Superpixel speed improvements #116
Conversation
825e883
to
1753995
Compare
1753995
to
454c639
Compare
Once superpixel generation has been requested, immediately display the initial labeling UI so that users are able to begin creating categories.
454c639
to
a85ab32
Compare
I have a case where I have two images and started finding superpixels. I created my label categories. When the first image finished, I labelled some pixels. I then clicked "Begin Training" while the second image's superpixels were still being calculated (and neither had their features extracted). I see a javascript error:
Reloading the page gets over this. Also, if you reload the page before any superpixels are finished calculating, you see the initial options page for picking superpixel size, etc. |
0418a17
to
21a88b7
Compare
I believe that both of these issues should be corrected now. |
Currently works when concurrency is 1. Needs support for queuing in the case of larger concurrency values.