Caoang327 / HexPlane

Official code for CVPR 2023 Paper, HexPlane: A Fast Representation for Dynamic Scenes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to calculate scene_bbox_min/max in my own data

Ben-chen-alt opened this issue · comments

commented

How to calculate scene_bbox_min/max in my own data?

Hi. The scene bbox_min/max could be calculated based on near/far values for each input view. See this function about how to compute it based on near/far values

def compute_bbox(self):
.