smoreira00

Results 10 comments of smoreira00

What's the difference between the flags `use_depth` and `no_depth_sampling`?

When I generate my depth maps, do I have to scale them to a range between 0 and 1, or can I keep my original values in whatever range my...

And how is the time sampled?

Thank you so much! Left another doubt in #11.

So when we set ```not_zero_canonical``` to ```True```, does the EndoNeRF randomly chooses a frame to set as the canonical frame? Or it doesn't set any frame as the canonical one?

And when ```not_zero_canonical=False```, why does the rendering/reconstruction of the first frame get so affected?

Thank you so much for your answer! Yes, my camera is moving and I was using the `endonerf/preprocess.py` file, so I may need to use the `scared2019/preprocess.py`. I appreciate the...

In `scared2019/preprocess.py` why did you do this: `if i_frame == 0: c2w0 = c2w` `c2w = np.linalg.inv(c2w0) @ c2w` ?

> Hi, thanks for your interest. `preprocess.py` is used to transform the scene into a unit sphere. You can add `--show` to visualize the camera trajectory and shape, checking if...

Thank you for your help! I already checked some stuff, but I'll check again. I just have two questions: 1. Do the bounds (bds) that come from the poses_bounds.npy file...