aradhya mathur

Results 30 comments of aradhya mathur

@prajaktasurvase6 it seems that when I checked in docker which I was using as setup for this , the include folder was in tensorflow_core, so in the compilation script I...

It seems that the problem arises from the `closest_point_2_lines(mf[:,3], mf[:,2], mg[:,3], mg[:,2])` in [line](https://github.com/NVlabs/instant-ngp/blob/528c7c5d18241817b99cfbe951127bdad23cfd6f/scripts/colmap2nerf.py#L308) further if I look closely in the code the [`w>0.01`](https://github.com/NVlabs/instant-ngp/blob/528c7c5d18241817b99cfbe951127bdad23cfd6f/scripts/colmap2nerf.py#L309) is being hardcoded, for the images...

Its been commented in the source, uncomment it. There are several other parts of the code commented out as well. You will have to check those too. That's how I...

Yeah but I guess it will be better to have this data structure in pytorch3D as well, to allow some more flexibility to users to use octrees.

This seems to be a duplicate of #434. The problem seems to be arising from colmap2nerf.

I receive the same error, seems like totp and totw both contain zeros. Not sure why. @lfxx Were you able to resolve it ?

I also found out that switching to the configuration for -O2 from 033fa66fd7e696c089564cb28ae6909e5993f8e7 works as well.

I noticed that using -O2 also leads to nans the the latest commit however in commit b6243518553cf8e10bdbd077f6951f25d1ef9638 the nans do not occur and it works fine. Further, notice that in...

@ashawkey sure, heres the command that leads to nans. ` main.py --text a dslr photo of hamburger --workspace burger --iters 15000 -O2 --eval_interval 50` The nans start to appear after...

Also sometimes even if there are no nans the loss stops to go down and generates blank / green images. While the previous versions used to work with the similar...