KuangshiAi commited on
Commit
e255aa2
·
1 Parent(s): 44d6c00

update crayfish

Browse files
eval_cases/paraview/paraview_cases.yaml CHANGED
@@ -261,9 +261,9 @@
261
  - type: llm-rubric
262
  subtype: vision
263
  value: |
264
- 1. Overall Visualization Goal: Does the result show streamline tubes colored by vorticity magnitude within a rectangular bounding box, similar to the ground truth?
265
- 2. Streamline Clusters: Are there two distinct clusters matches the ground truth layout?
266
- 3. Color Mapping: Are the tubes colored by vorticity magnitude using a blue-white-red diverging colormap, with a similar distribution as the ground truth?
267
 
268
  # Case 8: engine
269
  - vars:
 
261
  - type: llm-rubric
262
  subtype: vision
263
  value: |
264
+ 1. Overall Visualization Goal: Does the result show streamline tubes colored by velocity magnitude within a rectangular bounding box, similar to the ground truth?
265
+ 2. Streamline Clusters: Are there two distinct clusters that matches the ground truth layout?
266
+ 3. Color Mapping: Are the tubes colored by velocity magnitude using a blue-white-red diverging colormap, with a similar distribution as the ground truth?
267
 
268
  # Case 8: engine
269
  - vars:
paraview/crayfish_streamline/visualization_goals.txt CHANGED
@@ -1,5 +1,5 @@
1
  vision:
2
- 1. Overall Visualization Goal: Does the result show streamline tubes colored by vorticity magnitude within a rectangular bounding box, similar to the ground truth?
3
- 2. Streamline Clusters: Are there two distinct clusters matches the ground truth layout?
4
- 3. Color Mapping: Are the tubes colored by vorticity magnitude using a blue-white-red diverging colormap, with a similar distribution as the ground truth?
5
 
 
1
  vision:
2
+ 1. Overall Visualization Goal: Does the result show streamline tubes colored by velocity magnitude within a rectangular bounding box, similar to the ground truth?
3
+ 2. Streamline Clusters: Are there two distinct clusters that matches the ground truth layout?
4
+ 3. Color Mapping: Are the tubes colored by velocity magnitude using a blue-white-red diverging colormap, with a similar distribution as the ground truth?
5