-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link for Dataset and trained models is not working. #1
Comments
Sorry that I forgot to make it public. It should work now :) |
Okay, the link has three files Auto-UI-base, Auto-UI-large, and blip. Are these files the weights of the trained model? Because I downloaded " Auto-UI-base " and it contains some JSON files. I want to look at the data it is trained the screenshots, and actions. Also, I want to know the structure of the data. |
Auto-UI-base, Auto-UI-large represent the base- and large- size models. Blip is the preprocessed data (the screenshots have been converted into vision features). If you want to see the original data, i.e., screenshots, please refer to https://github.com/google-research/google-research/blob/master/android_in_the_wild/demo.ipynb. |
Hi Zhuosheng, Nice work! I'd like to follow this work and for a fair comparison, could you please provide some information about the train/dev/test split since I need to locate the original data? |
Hi @Yangyi-Chen, Thanks for your interest. You can refer to https://github.com/cooelf/Auto-UI/tree/main/dataset for the data split. The files contain the episode ID that you can use to fetch the original dataset. |
Hello, I found this an interesting project but the link provided for accessing preprocessed data and for trained models is not working. The link you provided is:
https://huggingface.co/cooelf/Auto-UI/tree/main
Can you provide the right link so we can look into the dataset structure and format?
The text was updated successfully, but these errors were encountered: