NeoKish commited on
Commit
dd83044
·
verified ·
1 Parent(s): f73d7e7

Updated README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -132,6 +132,7 @@ Sample fields:
132
  ground_truth_polylines: fiftyone.core.fields.EmbeddedDocumentField(fiftyone.core.labels.Polylines)
133
  ground_truth: fiftyone.core.fields.EmbeddedDocumentField(fiftyone.core.labels.Detections)
134
  ```
 
135
 
136
  ## Dataset Creation
137
 
 
132
  ground_truth_polylines: fiftyone.core.fields.EmbeddedDocumentField(fiftyone.core.labels.Polylines)
133
  ground_truth: fiftyone.core.fields.EmbeddedDocumentField(fiftyone.core.labels.Detections)
134
  ```
135
+ The dataset has 2 splits: "Train" and "Test". Samples are tagged with their split.
136
 
137
  ## Dataset Creation
138