↓ 1 callersFunctionsub2indGiven x y z index, change to the linear index. (matlab's sub2ind) Args: idx: (*, n, 3) int64_t size: (*, 3) int64_t Returns: (*, n) int64_t
pointersect/pr/cpp/pr.cpp:101
Method__call__ Returns: input_rgbd_images: RGBDImage, (b, q, h, w), ray: Ray, (b, q=n_target_img, ho
pointersect/data/mesh_dataset_v2.py:340
Method__getitem__ Returns: point_cloud: PointCloud, (b=1, n), n: number of points ray: Ray, (b=1, q=n_
pointersect/data/mesh_dataset_v2.py:237
Method__init__(
self,
H_c2w: torch.Tensor, # (b, q, 4, 4) camera pose in the world coord
pointersect/inference/structures.py:1600
Method__init__(
self,
rgb: torch.Tensor, # (b, q, h, w, 3) b: different scene, q: multiple imgs of
pointersect/inference/structures.py:2129