jboth commited on
Commit
c580568
·
verified ·
1 Parent(s): baca7c6

Upload pytorch3d_stub/pytorch3d/renderer/cameras.py with huggingface_hub

Browse files
pytorch3d_stub/pytorch3d/renderer/cameras.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ """pytorch3d.renderer.cameras stub."""
2
+ # Re-export from parent module for backward compat
3
+ from pytorch3d.renderer import PerspectiveCameras
4
+
5
+ __all__ = ["PerspectiveCameras"]