KuangshiAi commited on
Commit
000adf9
·
1 Parent(s): 40d081b

quick fix

Browse files
eval_cases/topology/topology_cases.yaml CHANGED
@@ -20,70 +20,4 @@
20
  * 2 for 2-saddles
21
  * 3 for maxima
22
  * 4 for degenerate critical points
23
- - The point coordinates should be in index space (grid coordinates), not world coordinates
24
- assert:
25
- - type: llm-rubric
26
- subtype: vision
27
- value: |
28
- 1. Brown Pot Visualization: Does the result show the pot portion in brown color?
29
-
30
- 2. Silver Branch Visualization: Does the result show the branch/trunk portion in silver color?
31
-
32
- 3. Golden Leaves Visualization: Does the result show the leaves portion in golden color?
33
-
34
- # 2. Carp Dataset
35
- - vars:
36
- question: |
37
- Task:
38
-
39
- Load the carp dataset from "carp/data/carp_256x256x512_uint16.raw", the information about this dataset:
40
- Carp (Scalar)
41
- Data Scalar Type: unsigned short
42
- Data Byte Order: little Endian
43
- Data Spacing: 0.78125x0.390625x1
44
- Data Extent: 256x256x512
45
-
46
- Instructions:
47
-
48
- 1. Load the dataset into ParaView.
49
-
50
- 2. Apply volume rendering to visualize the carp skeleton.
51
-
52
- 3. Adjust the transfer function to highlight only the bony structures in an X-ray style (suppressing soft tissue).
53
-
54
- 4. Optimize the viewpoint to display the full skeleton, ensuring the head, spine, and fins are all clearly visible in a single frame.
55
-
56
- 5. Analyze the visualization and answer the following questions:
57
-
58
- Q1: Which of the following options correctly describes the fins visible in the carp skeleton visualization?
59
- A. 5 fins: 1 dorsal, 2 pectoral, 2 pelvic
60
- B. 6 fins: 1 dorsal, 2 pectoral, 2 pelvic, 1 caudal
61
- C. 7 fins: 1 dorsal, 2 pectoral, 2 pelvic, 1 anal, 1 caudal
62
- D. 8 fins: 2 dorsal, 2 pectoral, 2 pelvic, 1 anal, 1 caudal
63
-
64
- Q2: Based on the visualization, what is the approximate ratio of skull length to total body length?
65
- A. ~15%
66
- B. ~22%
67
- C. ~30%
68
- D. ~40%
69
-
70
- 6. Save your work:
71
- Save the ParaView state as "carp/results/{agent_mode}/carp.pvsm".
72
- Save the answers to the analysis questions in plain text as "carp/results/{agent_mode}/answers.txt".
73
- assert:
74
- - type: llm-rubric
75
- subtype: vision
76
- value: |
77
- 1. Bone Isolation: Are the bones clearly visible while soft tissue and background are suppressed? Thin fin rays should be distinguishable without major loss.
78
-
79
- 2. Viewpoint Selection: Does the chosen viewpoint display the entire carp skeleton (head, spine, ribs, fins, tail) without critical occlusion?
80
-
81
- 3. X-ray Appearance: Does the visualization resemble an X-ray (monochrome or grayscale, transparent look, consistent lighting)?
82
-
83
- 4. Correct Data Setup: Was the dataset loaded with proper spacing (0.78125x0.390625x1.0)? The carp skeleton should appear in its correct proportions without distortion (i.e., the fish shape looks anatomically normal).
84
- - type: llm-rubric
85
- subtype: text
86
- value: |
87
- 1. Q1 correct answer: C. 7 fins: 1 dorsal, 2 pectoral, 2 pelvic, 1 anal, 1 caudal
88
-
89
- 2. Q2 correct answer: B. ~22%
 
20
  * 2 for 2-saddles
21
  * 3 for maxima
22
  * 4 for degenerate critical points
23
+ - The point coordinates should be in index space (grid coordinates), not world coordinates