Files
sci-gui-agent-benchmark/evaluation_examples/examples/ovito/viewports_task8.json

47 lines
1.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "viewports_task8",
"snapshot": "ovito",
"instruction": "在 OVITO 中,通过视口菜单打开 Adjust View 对话框,用于精确配置相机参数。",
"source": "custom",
"config": [
{
"type": "launch",
"parameters": {
"command": [
"C:\\OVITO Basic\\ovito.exe"
]
}
},
{
"type": "sleep",
"parameters": {
"seconds": 5
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"ovito"
],
"evaluator": {
"postconfig": [
{
"type": "sleep",
"parameters": {
"seconds": 3
}
}
],
"func": "vllm_eval"
},
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low",
"metadata": {
"input_files": [
"sample.dump"
],
"steps": "1. 单击主界面顶部菜单栏的 \"File\" 菜单项\n2. 在弹出的 File 下拉菜单中,单击 \"Load File...\" 选项\n3. 在弹出的文件浏览对话框的文件列表中,单击选中 \"sample.dump\" 文件\n4. 单击文件浏览对话框右下角的 \"Open\" 按钮加载模型文件\n5. 在主界面的 3D 视口Viewport区域将光标移动到视口左上角的文本标题控件例如显示为 \"Perspective\" 的文字标签)\n6. 单击该文本标题控件,展开视口上下文下拉菜单\n7. 在弹出的下拉菜单中,向下移动鼠标并单击选中 \"Adjust View...\" 菜单项\n8. 确认屏幕上成功弹出了标题为 \"Adjust View\" 的对话框,并且对话框中显示了用于精确配置相机位置和方向的数值输入框",
"steps_original": "1. 在 OVITO 中,加载 \"sample.dump\" 文件\n2. 点击视口左上角的文本标题打开视口菜单\n3. 在下拉菜单中点击 \"Adjust View...\" 选项\n4. 确认屏幕上弹出了名为 \"Adjust View\" 的对话框,其中包含相机位置和方向的精确数值输入框"
}
}