mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-21 14:50:36 +08:00
suppress errors in vision - batch 1
Differential Revision: D23970214 fbshipit-source-id: b6a328f53178304b36556b5cf96584467a7d2ce4
This commit is contained in:
committed by
Facebook GitHub Bot
parent
e5ac38aa87
commit
d902a96ca2
@@ -70,7 +70,7 @@ def make_mesh_texture_atlas(
|
||||
The integer part will be ignored to form a repeating pattern."
|
||||
warnings.warn(msg)
|
||||
# pyre-fixme[9]: faces_verts_uvs has type `Tensor`; used as `int`.
|
||||
# pyre-fixme[6]: Expected `int` for 1st param but got `Tensor`.
|
||||
# pyre-fixme[58]: `%` is not supported for operand types `Tensor` and `int`.
|
||||
faces_verts_uvs = faces_verts_uvs % 1
|
||||
elif texture_wrap == "clamp":
|
||||
# Clamp uv coordinates to the [0, 1] range.
|
||||
|
||||
Reference in New Issue
Block a user