Skip to content

Commit 66c2f9f

Browse files
authored
Merge pull request #810 from Labelbox/pnoirel/update_coco_example
Update labelbox import and coco_utils.py URL
2 parents ff3938c + d37355f commit 66c2f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/integrations/detectron2/coco_object.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
" torchvision \\\n",
9898
" git+https://github.com/cocodataset/panopticapi.git \\\n",
9999
" 'git+https://github.com/facebookresearch/detectron2.git' \n",
100-
"!pip install -q \"git+https://github.com/Labelbox/labelbox-python@ms/coco#egg=labelbox[data]\""
100+
"!pip install -q \"labelbox[data]\""
101101
]
102102
},
103103
{
@@ -156,7 +156,7 @@
156156
")\n",
157157
"\n",
158158
"with open('./coco_utils.py', 'w' ) as file:\n",
159-
" helper = requests.get(\"https://raw.githubusercontent.com/Labelbox/labelbox-python/ms/coco/examples/integrations/detectron2/coco_utils.py\").text\n",
159+
" helper = requests.get(\"https://raw.githubusercontent.com/Labelbox/labelbox-python/develop/examples/integrations/detectron2/coco_utils.py\").text\n",
160160
" file.write(helper)\n",
161161
"from coco_utils import visualize_coco_examples, visualize_object_inferences, partition_coco \n"
162162
]

0 commit comments

Comments
 (0)