File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/integrations/detectron2 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 {
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 ]
You can’t perform that action at this time.
0 commit comments