Skip to content

[feature request] Save current project checkpoint for large datasets #128

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

Closed
leo-smi opened this issue Jul 6, 2024 · 1 comment
Closed
Labels
enhancement New feature or request up for grabs

Comments

@leo-smi
Copy link

leo-smi commented Jul 6, 2024

Is your feature request related to a problem? Please describe.

  • Save current project checkpoint for large datasets in case need to interrupt the server and client

Describe the solution you'd like

  • Create a project/task state for the uploaded images and labeling status to avoid lost the checkpoint
  • Keep the images in the original folder (instead upload), but neet to alert the user to make a backup before editing this folder
  • Save the downloads to the project folder.

Describe alternatives you've considered

There's no alternatives for now.

@sumn2u sumn2u added enhancement New feature or request up for grabs labels Jul 7, 2024
@sumn2u
Copy link
Owner

sumn2u commented Jul 7, 2024

Thanks for the feature request. Currently, we save the state of the annotated image based on the annotation types in csv formats. This state is then used with the uploaded image to download the masked or annotated image.

If there's any interruption on the server or client side, we can restart the servers, and they will resume from the last saved state. However, one limitation is that it won't display the last annotated image; instead, it will start from the beginning. I can work on fixing this issue.

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

No branches or pull requests

2 participants