Files
sci-gui-agent-benchmark/evaluation_examples/examples/gimp/2a729ded-3296-423d-aec4-7dd55ed5fbb3.json
2024-01-26 16:38:45 +08:00

49 lines
1.5 KiB
JSON

{
"id": "2a729ded-3296-423d-aec4-7dd55ed5fbb3",
"snapshot": "gimp",
"instruction": "Could you make the background of this image transparent for me?",
"source": "https://www.youtube.com/watch?v=lOzSiOIipSM",
"config": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "https://drive.google.com/uc?export=download&id=1TOtPi1CQsWblGUtQ6AqayfjsPZ_THBJo",
"path": "~/Desktop/dog_with_background.png"
},
{
"url": "https://drive.google.com/uc?export=download&id=15YWmeOyUaA7vMX9Ts7-qyh82T8mHeepx",
"path": "~/Desktop/dog_cutout_gold.png"
}
]
}
},
{
"type": "launch",
"parameters": {
"command": [
"gimp",
"~/Desktop/dog_with_background.png"
]
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"gimp"
],
"evaluator": {
"func": "check_structure_sim",
"expected": {
"type": "vm_file",
"path": "~/Desktop/dog_cutout_gold.png",
"dest": "dog_cutout_gold.png"
},
"result": {
"type": "vm_file",
"path": "~/Desktop/dog_without_background.png",
"dest": "dog_without_background.png"
}
}
}