TaeHoon Yoon

Results 4 comments of TaeHoon Yoon

In my opinion, you have to use unnormalized ```rays_d``` to properly represent view frustum. Look at figure below Since ```rays_d``` z component is -1, and z_vals range between near~far, multiplying...

@JunjieLl In definition, you are right in some point. But in implementation, they used `rays_d` which has z component -1. And regarding your problem, that is why they wrote the...

Me either. Don't know why didn't use translation.

Sorry for the late reply. I've managed to solve the environmental issue. Anyway I was walking through your code and found out at end2end training step, according to `end2end.yaml`, it...