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 · May be fixed by #965
Open

Upload annotation to existing projects (metadata parsers) #922

dlangenk opened this issue Sep 10, 2024 · 1 comment · May be fixed by #965
Assignees

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.

@mzur mzur self-assigned this Oct 24, 2024
@mzur mzur linked a pull request Nov 6, 2024 that will close this issue
8 tasks
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

Successfully merging a pull request may close this issue.

2 participants