Pack the data to avoid too many small items that slower downloading
Hey authors, thanks for the amazing work!
While I was pulling the dataset, I found that you uploaded the tons of images in a distributed way, which results in downloading too many these small items, costing hours to get it pulled.
I would say pack the images into one unified file would greatly enhance the convenience of using GUI-Odyssey, as a comment from mine. :)
Hi there,
Thank you for your kind words and for bringing this to our attention!
We have now uploaded a compressed version of the annotations and screenshots in the /zip directory to make the process easier. For the annotations, you can simply unzip them directly.
For the screenshots, you can combine the two parts and then uncompress them using the following commands:
cat screenshots_0* > screenshots.zip
unzip screenshots.zip
This should help streamline the download and setup process.