MCPcopy Create free account

hub / github.com/DNA-Rendering/DNA-Rendering / functions

Functions43 in github.com/DNA-Rendering/DNA-Rendering

↓ 7 callersFunctionfocal2fov
(focal, pixels)
scripts/3DGS/utils/graphics_utils.py:99
↓ 3 callersMethod__read_color_from_bytes__
Decode an RGB image from an encoded byte array.
scripts/3DGS/SMCReader.py:182
↓ 3 callersFunctionfov2focal
(fov, pixels)
scripts/3DGS/utils/graphics_utils.py:96
↓ 3 callersFunctiongetNerfppNorm
(cam_info)
scripts/3DGS/dataset_readers.py:55
↓ 3 callersFunctionstorePly
(path, xyz, rgb)
scripts/3DGS/dataset_readers.py:125
↓ 2 callersFunctioncameraList_from_camInfos
(cam_infos, resolution_scale, args)
scripts/3DGS/utils/camera_utils.py:56
↓ 2 callersFunctionfetchPly
(path)
scripts/3DGS/dataset_readers.py:117
↓ 2 callersFunctiongetWorld2View2
(R, t, translate=np.array([.0, .0, .0]), scale=1.0)
scripts/3DGS/utils/graphics_utils.py:38
↓ 2 callersFunctionreadCamerasDNARendering
(path, info_dict, white_background, image_scaling=0.5, return_smplx=False)
scripts/3DGS/dataset_readers.py:267
↓ 2 callersFunctionreadCamerasFromTransforms
(path, transformsfile, white_background, extension=".png")
scripts/3DGS/dataset_readers.py:189
↓ 1 callersFunctioncamera_to_JSON
(id, camera : Camera)
scripts/3DGS/utils/camera_utils.py:64
↓ 1 callersFunctiongetProjectionMatrix
(znear, zfar, fovX, fovY)
scripts/3DGS/utils/graphics_utils.py:51
↓ 1 callersFunctiongetProjectionMatrix2
(znear, zfar, K, W, H)
scripts/3DGS/utils/graphics_utils.py:73
↓ 1 callersMethodget_Calibration
Get calibration matrixs of a certain camera by its type and id Args: Camera_id (int/str of a number): Camera_id(
scripts/3DGS/SMCReader.py:104
↓ 1 callersMethodget_SMPLx
Get SMPL (world coordinate) computed by mocap processing pipeline. Args: Frame_id (int, list or None, optional):
scripts/3DGS/SMCReader.py:350
↓ 1 callersFunctionget_center_and_diag
(cam_centers)
scripts/3DGS/dataset_readers.py:56
↓ 1 callersMethodget_img
Get image its Camera_group, Camera_id, Image_type and Frame_id Args: Camera_group (str): Camera_group in ['Camera
scripts/3DGS/SMCReader.py:228
↓ 1 callersMethodget_mask
Get mask from Camera_id, Frame_id Args: Camera_id (int/str of a number): Camera_id (str) in
scripts/3DGS/SMCReader.py:186
↓ 1 callersFunctionloadCam
(args, id, cam_info, resolution_scale)
scripts/3DGS/utils/camera_utils.py:19
↓ 1 callersFunctionreadColmapCameras
(cam_extrinsics, cam_intrinsics, images_folder)
scripts/3DGS/dataset_readers.py:78
Method__init__
b :param path: Path to colmap scene main folder.
scripts/3DGS/__init__.py:25
Method__init__
Read SenseMocapFile endswith ".smc". Args: file_path (str): Path to an SMC file. body_model (nn.Modul
scripts/3DGS/SMCReader.py:8
Method__init__
(self, colmap_id, R, T, FoVx, FoVy, image, gt_alpha_mask, image_name, uid, K
scripts/3DGS/cameras.py:18
Method__init__
(self, width, height, fovy, fovx, znear, zfar, world_view_transform, full_proj_transform)
scripts/3DGS/cameras.py:67
Functiongeom_transform_points
(points, transf_matrix)
scripts/3DGS/utils/graphics_utils.py:22
MethodgetTestCameras
(self, scale=1.0)
scripts/3DGS/__init__.py:95
MethodgetTrainCameras
(self, scale=1.0)
scripts/3DGS/__init__.py:92
FunctiongetWorld2View
(R, t)
scripts/3DGS/utils/graphics_utils.py:31
Methodget_Calibration_all
Get calibration matrix of all cameras and save it in self Args: None Returns: Dictionary of calibrat
scripts/3DGS/SMCReader.py:74
Methodget_Camera_12mp_info
(self)
scripts/3DGS/SMCReader.py:64
Methodget_Camera_5mp_info
(self)
scripts/3DGS/SMCReader.py:67
Methodget_Keypoints2d
Get keypoint2D by its Camera_group, Camera_id and Frame_id Args: Camera_id (int/str of a number): CameraID (str)
scripts/3DGS/SMCReader.py:285
Methodget_Keypoints3d
Get keypoint3D Frame_id, TODO coordinate Args: Frame_id a.(int/str of a number): '0' ~ 'num_frame-1'('149')
scripts/3DGS/SMCReader.py:322
Methodget_Kinect_Calibration_all
Get calibration matrix of all kinect cameras and save it in self Args: None Returns: Dictionary of c
scripts/3DGS/SMCReader.py:125
Methodget_Kinect_info
(self)
scripts/3DGS/SMCReader.py:70
Methodget_actor_info
(self)
scripts/3DGS/SMCReader.py:61
Methodget_available_keys
(self)
scripts/3DGS/SMCReader.py:58
Methodget_kinect_Calibration
Get calibration matrixs of a certain kinect camera by its type and id Args: Camera_group (str): Camera_group in
scripts/3DGS/SMCReader.py:158
FunctionreadColmapSceneInfo
(path, images, eval, llffhold=8)
scripts/3DGS/dataset_readers.py:142
FunctionreadDNARenderingInfo
(path, white_background, eval)
scripts/3DGS/dataset_readers.py:355
FunctionreadNerfSyntheticInfo
(path, white_background, eval, extension=".png")
scripts/3DGS/dataset_readers.py:231
Methodrelease
(self)
scripts/3DGS/SMCReader.py:397
Methodsave
(self, iteration)
scripts/3DGS/__init__.py:88