Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -40,7 +40,7 @@ The IDs of the parts from the f360 segmentation dataset also declare the corresp
|
|
| 40 |
The dataset consists contains the following fields:
|
| 41 |
|
| 42 |
- **task_id:** ID of the specific question.
|
| 43 |
-
- **eval_type:** Classifier for the expected answer type (answer matching
|
| 44 |
- **drw_id:** ID of the part and the corresponding drawing.
|
| 45 |
- **image:** Bit64 encoded image of the exported technical drawing.
|
| 46 |
- **drw_complexity:** Numeric complexity of the drawing. Calculated with the following formula: $complexity=(faces+dimensionings+\frac{annotation characters}{4.6})*views$
|
|
|
|
| 40 |
The dataset consists contains the following fields:
|
| 41 |
|
| 42 |
- **task_id:** ID of the specific question.
|
| 43 |
+
- **eval_type:** Classifier for the expected answer type (answer matching or multiple choice).
|
| 44 |
- **drw_id:** ID of the part and the corresponding drawing.
|
| 45 |
- **image:** Bit64 encoded image of the exported technical drawing.
|
| 46 |
- **drw_complexity:** Numeric complexity of the drawing. Calculated with the following formula: $complexity=(faces+dimensionings+\frac{annotation characters}{4.6})*views$
|