Skip to content

Commit 286b1cc

Browse files
authored
Remove confidence scores in annotations - video notebook (#1099)
1 parent db5fca0 commit 286b1cc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/prediction_upload/video_predictions.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,8 +1314,7 @@
13141314
" lb_types.ClassificationAnnotation(\n",
13151315
" name=\"checklist_class\",\n",
13161316
" value=lb_types.Checklist(answer=[lb_types.ClassificationAnswer(\n",
1317-
" name=\"first_checklist_answer\",\n",
1318-
" confidence=0.5 \n",
1317+
" name=\"first_checklist_answer\"\n",
13191318
" )])\n",
13201319
" )\n",
13211320
" ]\n",
@@ -1333,8 +1332,7 @@
13331332
" lb_types.ClassificationAnnotation(\n",
13341333
" name=\"checklist_class\",\n",
13351334
" value=lb_types.Checklist(answer=[lb_types.ClassificationAnswer(\n",
1336-
" name=\"second_checklist_answer\",\n",
1337-
" confidence=0.5 \n",
1335+
" name=\"second_checklist_answer\"\n",
13381336
" )])\n",
13391337
" )\n",
13401338
" ]\n",

0 commit comments

Comments
 (0)