MCPcopy Create free account
hub / github.com/OpenImagingLab/4DSloMo / save

Method save

scene/__init__.py:92–93  ·  view source on GitHub ↗
(self, iteration)

Source from the content-addressed store, hash-verified

90 self.gaussians.create_from_pcd(scene_info.point_cloud, self.cameras_extent)
91
92 def save(self, iteration):
93 torch.save((self.gaussians.capture(), iteration), self.model_path + "/chkpnt" + str(iteration) + ".pth")
94
95 def getTrainCameras(self, scale=1.0):
96 return CameraDataset(self.train_cameras[scale].copy(), self.white_background)

Callers 4

trainingFunction · 0.95
save_imgFunction · 0.80
forwardMethod · 0.80
backwardMethod · 0.80

Calls 1

captureMethod · 0.80

Tested by 1

save_imgFunction · 0.64