Commit e9fb6c27 authored by Pyre Bot Jr's avatar Pyre Bot Jr Committed by Facebook GitHub Bot
Browse files

Add annotations to `vision/fair/pytorch3d`

Reviewed By: shannonzhu

Differential Revision: D33970393

fbshipit-source-id: 9b4dfaccfc3793fd37705a923d689cb14c9d26ba
parent c2862ff4
......@@ -19,7 +19,7 @@ def texturesuv_image_matplotlib(
color=(1.0, 0.0, 0.0),
subsample: Optional[int] = 10000,
origin: str = "upper",
): # pragma: no cover
) -> None: # pragma: no cover
"""
Plot the texture image for one element of a TexturesUV with
matplotlib together with verts_uvs positions circled.
......@@ -65,7 +65,7 @@ def texturesuv_image_PIL(
*,
texture_index: int = 0,
radius: float = 1,
color="red",
color: str = "red",
subsample: Optional[int] = 10000,
): # pragma: no cover
"""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment