Is there a way to download a specific directory in a dataset using the web interface? For example, say there’s a dataset with a bunch of testing image sets stored as data/test1/images/*.png
, data/test2/images/*.png
, etc., but maybe you only want to download a couple of the instances.
Is it possible to download each data/testX
directory individually through the web interface? One solution is to zip each directory, but this results in uploading each instance twice (if you also want the user to be able to look at the images through the web interface).