Skip to content

Commit d6c4c2a

Browse files
authored
Remove confidence score in question node (#1122)
1 parent 40ba09b commit d6c4c2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/prediction_upload/image_predictions.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,9 @@
303303
"## NDJSON\n",
304304
"bbox_with_radio_subclass_prediction_ndjson = {\n",
305305
" \"name\": \"bbox_with_radio_subclass\", \n",
306+
" \"confidence\": 0.5,\n",
306307
" \"classifications\": [{\n",
307308
" \"name\": \"sub_radio_question\",\n",
308-
" \"confidence\": 0.5,\n",
309309
" \"answer\": \n",
310310
" { \"name\":\"first_sub_radio_answer\", \"confidence\": 0.5}\n",
311311
" \n",
@@ -522,7 +522,7 @@
522522
"metadata": {},
523523
"source": [
524524
"# send a sample image as batch to the project\n",
525-
"global_key = \"2560px-Kitano_Street_Kobe01s5s4110.jpeg\"\n",
525+
"global_key = \"2560px-Kitano_Street_Kobe01s.jpeg\"\n",
526526
"test_img_url = {\n",
527527
" \"row_data\": \"https://storage.googleapis.com/labelbox-datasets/image_sample_data/2560px-Kitano_Street_Kobe01s5s4110.jpeg\",\n",
528528
" \"global_key\": global_key\n",

0 commit comments

Comments
 (0)