You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: