File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
examples/model_assisted_labeling Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 2929 "metadata" : {},
3030 "outputs" : [],
3131 "source" : [
32- " !pip install labelbox==2.5b0 \\\n " ,
32+ " !pip install labelbox==2.6b0 \\\n " ,
3333 " requests \\\n " ,
3434 " ndjson \\\n " ,
3535 " scikit-image \\\n " ,
6363 },
6464 {
6565 "cell_type" : " code" ,
66- "execution_count" : 2 ,
66+ "execution_count" : null ,
6767 "id" : " committed-richards" ,
6868 "metadata" : {},
6969 "outputs" : [],
421421 "id" : " velvet-bread" ,
422422 "metadata" : {},
423423 "outputs" : [],
424- "source" : []
424+ "source" : [
425+ " # View the uploaded predictions and labels (annotation group) in the web app\n " ,
426+ " annotation_group = next(model_run.annotation_groups())\n " ,
427+ " print(annotation_group.url)"
428+ ]
425429 }
426430 ],
427431 "metadata" : {
You can’t perform that action at this time.
0 commit comments