Open ShenhanQian opened 1 year ago
A remedy could be modifying https://github.com/ashawkey/torch-ngp/blob/b6e080468925f0bb44827b4f8f0ed08291dcf8a9/nerf/renderer.py#L73 to
self.cascade = max(1 + math.ceil(math.log2(bound)), 1)
A remedy could be modifying https://github.com/ashawkey/torch-ngp/blob/b6e080468925f0bb44827b4f8f0ed08291dcf8a9/nerf/renderer.py#L73 to