Open 0oel opened 2 years ago
I do think .tif
support must have been added recently.
I don't see this functionality but agree that it would be immensely useful.
Workaround so far. If you have a multi image .tif
, you can use Image Magick to convert it.
On MacOS:
brew install imagemagick
Then
convert image.tif image%d.tif
, which splits up the file into it's frames starting at index 0.
Yes you can do so. If you then select your step size to be the number of pages per tiff, then you can quickly skip across tiffs while viewing the same channel. However, the caching will only apply to adjacent frames, which are likely adjacent channels. Therefore, a more integrated solution is desirable.
My actions before raising this issue
I'm trying to annotate multi-image
.tif
files. While the files will upload successfully, CVAT will only show the first frame (whereas the image has 50+).Expected Behavior
You should be able to upload a multi-image
.tif
and it should upload all the frames, like CVAT does with video files.Steps to Reproduce (for bugs)
.tif
.Your Environment
docker version
(e.g. 20.10.18, build b40c2f6):