Skip to content

Commit 05a6724

Browse files
author
Matt Sokoloff
committed
fix indent
1 parent bd9f97a commit 05a6724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/integrations/detectron2/coco_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def visualize_coco_examples(metadata_catalog, object_examples, panoptic_examples
8686
return Image.fromarray(np.vstack(images))
8787

8888

89-
def _process_panoptic_to_semantic(input_panoptic, output_semantic, segments, id_map):
89+
def _process_panoptic_to_semantic(input_panoptic, output_semantic, segments, id_map):
9090
panoptic = np.asarray(Image.open(input_panoptic), dtype=np.uint32)
9191
panoptic = rgb2id(panoptic)
9292

0 commit comments

Comments
 (0)