MCPcopy Index your code
hub / github.com/DNA-Rendering/DNA-Rendering / cameraList_from_camInfos

Function cameraList_from_camInfos

scripts/3DGS/utils/camera_utils.py:56–62  ·  view source on GitHub ↗
(cam_infos, resolution_scale, args)

Source from the content-addressed store, hash-verified

54 data_device=args.data_device)
55
56def cameraList_from_camInfos(cam_infos, resolution_scale, args):
57 camera_list = []
58
59 for id, c in enumerate(cam_infos):
60 camera_list.append(loadCam(args, id, c, resolution_scale))
61
62 return camera_list
63
64def camera_to_JSON(id, camera : Camera):
65 Rt = np.zeros((4, 4))

Callers 1

__init__Method · 0.90

Calls 1

loadCamFunction · 0.85

Tested by

no test coverage detected