├── LICENSE ├── README.md ├── eval └── android_control │ ├── README.md │ ├── android_control.py │ ├── evaluate_android_control.py │ └── qwen2vl.py └── images ├── InfiGUI-R1_logo.png ├── method.png ├── screenspot-pro.png └── test_img.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfiXAI/InfiGUI-R1/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfiXAI/InfiGUI-R1/HEAD/README.md -------------------------------------------------------------------------------- /eval/android_control/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfiXAI/InfiGUI-R1/HEAD/eval/android_control/README.md -------------------------------------------------------------------------------- /eval/android_control/android_control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfiXAI/InfiGUI-R1/HEAD/eval/android_control/android_control.py -------------------------------------------------------------------------------- /eval/android_control/evaluate_android_control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfiXAI/InfiGUI-R1/HEAD/eval/android_control/evaluate_android_control.py -------------------------------------------------------------------------------- /eval/android_control/qwen2vl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfiXAI/InfiGUI-R1/HEAD/eval/android_control/qwen2vl.py -------------------------------------------------------------------------------- /images/InfiGUI-R1_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfiXAI/InfiGUI-R1/HEAD/images/InfiGUI-R1_logo.png -------------------------------------------------------------------------------- /images/method.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfiXAI/InfiGUI-R1/HEAD/images/method.png -------------------------------------------------------------------------------- /images/screenspot-pro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfiXAI/InfiGUI-R1/HEAD/images/screenspot-pro.png -------------------------------------------------------------------------------- /images/test_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfiXAI/InfiGUI-R1/HEAD/images/test_img.png --------------------------------------------------------------------------------