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

Upload annotation to existing projects (metadata parsers) #922

Open
dlangenk opened this issue Sep 10, 2024 · 1 comment
Open

Upload annotation to existing projects (metadata parsers) #922

dlangenk opened this issue Sep 10, 2024 · 1 comment

Comments

@dlangenk
Copy link
Member

Currently the metadata parsers like the ifdo parser can only be used to import annotations into a new volume. However, it would be great to import annotations to existing projects as well, especially in connection with a COCO parser to import e.g. machine learning annotations.

@mzur
Copy link
Member

mzur commented Sep 10, 2024

It should be possible to implement this rather easily with the existing code. When an import is initiated, a new PendingVolume is created from the existing Volume. The rest of the process can be the same.

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

No branches or pull requests

2 participants