Evaluate GUI-Actor on benchmarks
mainYou can evaluate the model on several GUI grounding benchmarks using the provided scripts.
ScreenSpot and ScreenSpot-v2: Run the corresponding scripts directly:
python eval/screenSpot.pyorpython eval/screenSpot_v2.pyScreenSpot-Pro:
- Download the data from Hugging Face.
- Run the evaluation script with the required paths:
python eval/screenSpot_pro.py --save_path <path_to_save_results> --data_path <path_to_data_dir>
python eval/screenSpot.py
python eval/screenSpot_v2.py
python eval/screenSpot_pro.py --save_path <path_to_save_results> --data_path <path_to_data_dir>