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

Improve step detection/transparency #41

Open
naglepuff opened this issue Apr 20, 2023 · 1 comment
Open

Improve step detection/transparency #41

naglepuff opened this issue Apr 20, 2023 · 1 comment

Comments

@naglepuff
Copy link
Collaborator

Currently, to determine the active learning step, we look at the number of jobs of a particular type run on a folder. This means that if a user deletes the contents of the folder, the current step detected will not reset to zero. We should devise a more sophisticated step-checking method.

We should also try to better communicate the current active learning step to the end user.

@manthey
Copy link
Contributor

manthey commented Apr 20, 2023

The superpixel algorithm generates an epoch number based on annotation names in all of the images. It find the annotations with a particular name and from that finds the highest previous epoch number. Switching to this method would be consistent, but can still be odd if things are manually altered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants