Yash Sanjay Bhalgat

Results 30 comments of Yash Sanjay Bhalgat

Multiply operations are in general an order of magnitude more expensive than additions. So, it might be very useful for people experimenting with hardware not having FMA instructions.

I was able to successfully run the build process by rolling back to the commit `38a7fa8` as per https://github.com/mapillary/OpenSfM/issues/804#issuecomment-952894393. But I am not able to do so otherwise.

Hi @dazinovic, how do I change the voxel resolution? Do you mean the `res` variable in the `compute_iou` function in `mesh_metrics.py`? Right now, the function looks like this: ``` def...

I tried modifying the `res` variable to `res=5.0`, but that doesn't seem to fix the issue. With `res=5.0`, I get an IoU of 1.0 (which is expected, I guess?).

Hi @dazinovic, I was wondering if you had any comments/advice regarding my above comment(s). That would be very helpful. :)

Thanks for the reply. I tried both `res=0.05` (i.e. 5cm) and `res=0.1` (as you suggested), but unfortunately that still doesn't produce the IOU reported in the paper. * With `res=0.1`:...

Thanks for the useful contribution, @amanshenoy! I will review the added code soon. In the meantime, do you have any mesh outputs to showcase?

This looks great! You can see much of the geometry here. Ofcourse, the surface isn't high quality but that's an inherent weakness of NeRF. Thanks for the effort here and...

Hi @walsvid, this is indeed the case, thanks for pointing out! Although the renders look "good", the PSNR is not as good as reported values in Instant-NGP. **Note:** You should...

@Feynman1999 regarding benchmarks v/s Instant-NGP, I will try to get this ready, but it won't be any time soon as I am currently caught up with other projects. If you...