miaosheng
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.
Thank you for your clear response! I also noticed that the **scale** parameters are set to 200 in convert.py, this means that the translation is divided 200 in your code....
Thank you for your suggestion. In your provided DTU dataset, the image size is **(512×640)**. In your code, the image was cropped (**mainly in function: apply_crop_shim**), and the processed image...
Changing the `near` and `far` helps to improve the quality.
Thank you for your clear and kind response.