Hi,
Is there any way to avoid copying and compressing images when a new task is created with Source: Shared? Also, source is bound read-only so it shouldn't overwrite anything.
Not sure what the reason is but I have some high resolution imagery and I am loosing the important details to set proper attributes and polygon masks. Also, it takes up unnecessary time and disk space. Thanks.
I am using cvat github version from 2018-11-19.
Same here, I have a lot of HD images on net share and s3,
I'd like to map them to /share dir and use only links, without any data copy.
any updates on this ?
@vfdev-5 , we are going to reimplement our way to serve data from server (https://github.com/opencv/cvat/tree/az/video_stream). I hope to see the functionality merged in a month or so. After it is merged we will think how to implement the feature. Probably it will be possible to provide data in a pre-defined format. I hope to see the feature in v1.0.0. But we cannot promise.
Some notes for future reference.
Pipeline to use original data:
directory with images CVAT will convert them into "own format" on the fly and cache using DiskCache (http://www.grantjenks.com/docs/diskcache/) in a temporary directory (thus next access should be fast and storage size will be limited).@Marishka17 Do you think the issue was implemented in #2377?
@bsekachev, I think yes.
Most helpful comment
Some notes for future reference.
Pipeline to use original data:
directory with imagesCVAT will convert them into "own format" on the fly and cache using DiskCache (http://www.grantjenks.com/docs/diskcache/) in a temporary directory (thus next access should be fast and storage size will be limited).