Skip to content

Commit

Permalink
📝 Fix: Example Image of Poly to Mask
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerohertz committed Jun 22, 2024
1 parent 065c80e commit 5550b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/example_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def example_poly2mask():
mask1.astype(np.uint8) * 255,
np.transpose(mask2, (1, 2, 0)).astype(np.uint8) * 255,
],
file_name=f"{EXAMPLE_PATH}/vision.vert",
file_name=f"{EXAMPLE_PATH}/vision.poly2mask",
)


Expand Down

0 comments on commit 5550b4f

Please sign in to comment.