suppress errors in vision - batch 1

Reviewed By: pradeep90

Differential Revision: D22628883

fbshipit-source-id: a19c271b4025c0e3c61408604a7e0f9fbcbdfa5b
This commit is contained in:
generatedunixname89002005307016
2020-07-20 17:12:35 -07:00
committed by Facebook GitHub Bot
parent 8b70aa1e85
commit 7cb9d8ea86
12 changed files with 21 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
from typing import Optional
import torch
# pyre-fixme[21]: Could not find name `_C` in `pytorch3d`.
from pytorch3d import _C
from pytorch3d.renderer.mesh.rasterize_meshes import pix_to_ndc