adithya1-7
adithya1-7
Hey @vladmandic Can you help me with this issue #460
@bennyguo I was not able to figure [this](https://github.com/bennyguo/instant-nsr-pl/issues/28#issuecomment-1342306505) part out. Can you tell us which python files have to be modified to achieve the required output? It would be ideal...
@bennyguo Found this snippet for colour extraction, but don't know how it applies to current implementation `ray_proj = torch.from_numpy(vertices).cuda().float().split(8192 * 32, 0)` `vertex_col = [model.mesh_color_forward(ray) for ray in ray_proj]` `vertex_col...