Skip to content

Commit c1c5461

Browse files
author
Val Brodsky
committed
Remove ndjson uuid from video_predictions.ipynb
1 parent 0c303c3 commit c1c5461

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/prediction_upload/video_predictions.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,6 @@
712712
" nested_checklist_prediction_ndjson\n",
713713
"]:\n",
714714
" prediction.update({\n",
715-
" 'uuid': str(uuid.uuid4()),\n",
716715
" 'dataRow': {'id': data_row.uid},\n",
717716
" })\n",
718717
" label_ndjson.append(prediction)"
@@ -1147,7 +1146,6 @@
11471146
" bbox_with_radio_subclass_annotation_ndjson\n",
11481147
"]:\n",
11491148
" annot.update({\n",
1150-
" 'uuid': str(uuid.uuid4()),\n",
11511149
" 'dataRow': {'id': data_row.uid},\n",
11521150
" })\n",
11531151
" ndjson_annotation.append(annot) "

0 commit comments

Comments
 (0)