bodhisattamaiti commited on
Commit
3be6cec
·
verified ·
1 Parent(s): 82232da

update readme

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -78,15 +78,15 @@ Prompt2SceneBench can be directly used for:
78
  Each row in the CSV corresponds to a single prompt instance and includes the following fields:
79
 
80
  - `type`: Prompt category — one of `A`, `B`, `C`, or `D`, based on number of objects and complexity.
81
- - `object1`, `object2`, `object3`, `object4`: Objects involved in the scene (some may be `null` depending on type).
82
  - `surface`: The surface where the objects are placed (e.g., `desk surface`, `bench`).
83
  - `scene`: The indoor environment (e.g., `living room`, `study room`).
84
  - `prompt`: The final structured natural language prompt.
85
 
86
  Note:
87
- - Type A prompt has only 1 object (object2, object3, object4 fields will be None)
88
- - Type B prompt has only 2 objects (object3, object4 fields will be None)
89
- - Type C prompt has only 3 objects (object4 field will be None)
90
  - Type D prompt has only 4 objects (all the object fields will have values)
91
 
92
  Sample Examples:
 
78
  Each row in the CSV corresponds to a single prompt instance and includes the following fields:
79
 
80
  - `type`: Prompt category — one of `A`, `B`, `C`, or `D`, based on number of objects and complexity.
81
+ - `object1`, `object2`, `object3`, `object4`: Objects involved in the scene (some may be `None/NaN/Null` depending on type).
82
  - `surface`: The surface where the objects are placed (e.g., `desk surface`, `bench`).
83
  - `scene`: The indoor environment (e.g., `living room`, `study room`).
84
  - `prompt`: The final structured natural language prompt.
85
 
86
  Note:
87
+ - Type A prompt has only 1 object (object2, object3, object4 fields will be None/NaN/Null)
88
+ - Type B prompt has only 2 objects (object3, object4 fields will be None/NaN/Null)
89
+ - Type C prompt has only 3 objects (object4 field will be None/NaN/Null)
90
  - Type D prompt has only 4 objects (all the object fields will have values)
91
 
92
  Sample Examples: