PointNeRF-Assistant icon indicating copy to clipboard operation
PointNeRF-Assistant copied to clipboard

This is a repository is an assistant to run PointNeRF. We set up a stable environment for point-nerf for ubuntu 20.04, and modified point-nerf code to fix some bug during running. We also share a pipe...

Results 3 PointNeRF-Assistant issues
Sort by recently updated
recently updated
newest added

In this code, are points_color_all and points_dir_all reversed when using torch.cat? if points_xyz_all is not None: if opt.bgmodel.startswith("planepoints"): gen_pnts, gen_embedding, gen_dir, gen_color, gen_conf = train_dataset.get_plane_param_points() visualizer.save_neural_points("pl", gen_pnts, gen_color, None, save_ref=False)...

face the same trouble as origin Point-nerf reo: **Segmentation fault**.

When I run bash bash dev_scripts/w_n360/drums_cuda.sh, i encounter with AttributeError: 'NeuralPoints' object has no attribute 'xyz' ! Could you help me explain the reason?