We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5fca0 commit 286b1ccCopy full SHA for 286b1cc
examples/prediction_upload/video_predictions.ipynb
@@ -1314,8 +1314,7 @@
1314
" lb_types.ClassificationAnnotation(\n",
1315
" name=\"checklist_class\",\n",
1316
" value=lb_types.Checklist(answer=[lb_types.ClassificationAnswer(\n",
1317
- " name=\"first_checklist_answer\",\n",
1318
- " confidence=0.5 \n",
+ " name=\"first_checklist_answer\"\n",
1319
" )])\n",
1320
" )\n",
1321
" ]\n",
@@ -1333,8 +1332,7 @@
1333
1332
1334
1335
1336
- " name=\"second_checklist_answer\",\n",
1337
+ " name=\"second_checklist_answer\"\n",
1338
1339
1340
0 commit comments