miaosheng

Results 2 comments of miaosheng

Just for Reference! ## Extract Mesh NeRF = render_kwargs_test['network_fine'] N, chunk = 256, 1024*64 t = np.linspace(-1.2, 1.2, N + 1) query_points = np.stack(np.meshgrid(t, t, t), -1).astype(np.float32) print(query_points.shape) flat =...

Same Question. the variable **self._local** has not been defined in this code.