File IO + PyTorch3DDocsTutorialsAPIGitHub›DataIntroductionWhy PyTorch3DDataFile IOLoading from fileData loadersBatchingOpsCubifyVisualizationPlotly VisualizationRendererOverviewGetting StartedCamerasFile IO There is a flexible interface for loading and saving point clouds and meshes from different formats. The main usage is via the pytorch3d.io.IO object, and its methods load_mesh, save_mesh, load_point_cloud and save_point_cloud. @@ -27,4 +83,4 @@ mesh = IO().loadLast updated by Jeremy Reizenstein
File IO There is a flexible interface for loading and saving point clouds and meshes from different formats. The main usage is via the pytorch3d.io.IO object, and its methods load_mesh, save_mesh, load_point_cloud and save_point_cloud. @@ -27,4 +83,4 @@ mesh = IO().loadLast updated by Jeremy Reizenstein