Datasets:

ArXiv:
License:
OscarDo93589 commited on
Commit
063a614
·
verified ·
1 Parent(s): 60e6b5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -86,6 +86,11 @@ All of the desktop grounding data is collected from the real environments of per
86
 
87
  Our desktop grounding data consists of three parts: windows, linux and macos.
88
 
 
89
 
 
 
 
 
90
 
91
 
 
86
 
87
  Our desktop grounding data consists of three parts: windows, linux and macos.
88
 
89
+ The image and annotation data for each operating system are stored in corresponding zip and json files. It is worth noting that, due to the large size of the Windows image data, the split files need to be merged before extraction.
90
 
91
+ ```
92
+ cat windows_image_part_* > windows_images.zip
93
+ 7z x windows_images.zip -aoa -o/path/to/extract/folder
94
+ ```
95
 
96