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

Add possibility to not copy files when using share files and cli #2862

Closed
2 tasks done
iraadit opened this issue Feb 24, 2021 · 3 comments
Closed
2 tasks done

Add possibility to not copy files when using share files and cli #2862

iraadit opened this issue Feb 24, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@iraadit
Copy link

iraadit commented Feb 24, 2021

My actions before raising this issue

Expected Behaviour

PR #2377 will allow to not copy files inside CVAT when creating a task using share files.
It should be possible to do it through cli too.

Current Behaviour

Impossible to use the cli to not copy files inside CVAT when creating a task using share files.

Possible Solution

Implement the use of cli to not copy files inside CVAT when creating a task using share files.

Context

I use the CLI to automatically add a large number of video tasks to CVAT.
Currently, all this data is copied in CVAT, even if it is freely available in the CVAT share folder (that is a Minio bucket on the same server); hence using double space "for nothing".
Not copying the data would allow to avoid wasting space and speed the upload of tasks on CVAT.
I mentioned my situation here and @Marishka17 asked me to create an issue concerning it.

@yohayonyon
Copy link

yohayonyon commented Sep 29, 2021

When using the "Connected file share" on the create task screen (or by CLI) and using a tar file, the data is copied to server. Checking or unchecking "Copy data into CVAT" just changes the location of the data - in raw directly or in folders under it.
Screenshot-from-2021-09-22-19-28-59
Screenshot-from-2021-09-22-19-30-21
Screenshot-from-2021-09-22-19-31-46

Is there a way not to copy the data?

@yohayonyon
Copy link

#3763 was opened.

@nmanovic
Copy link
Contributor

It looks like the issue was resolved. I will close it.

Command line tools automation moved this from To do to Done Nov 24, 2021
@nmanovic nmanovic removed this from the Backlog milestone Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

5 participants