Datasets:

Formats:
csv
Size:
< 1K
DOI:
Libraries:
Datasets
pandas
License:
lekunz commited on
Commit
46edd9a
·
verified ·
1 Parent(s): 3401205

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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, multiple choice, or containing keywords).
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$