Spaces:
Paused
Paused
Upload pytorch3d_stub/pytorch3d/renderer/cameras.py with huggingface_hub
Browse files
pytorch3d_stub/pytorch3d/renderer/cameras.py
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
"""pytorch3d.renderer.cameras stub."""
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
__all__ = ["PerspectiveCameras"]
|
|
|
|
| 1 |
"""pytorch3d.renderer.cameras stub."""
|
| 2 |
+
from pytorch3d.renderer import PerspectiveCameras, CamerasBase
|
| 3 |
+
__all__ = ["PerspectiveCameras", "CamerasBase"]
|
|
|
|
|
|