facebookresearch / Neural_3D_Video

The repository for CVPR 2022 Paper "Neural 3D Video Synthesis"
Other
258 stars 9 forks source link

can the same ray be picked more than once in the same iteration? #17

Closed malfonsoarquimea closed 2 years ago

malfonsoarquimea commented 2 years ago

When doing the sampling process for a given iteration, do you sample rays (according to the weights) with or without repetition? Can the same ray appear more than once in the same iteration? Thanks in advance!

zhaoyang-lv commented 2 years ago

The rays are sampled according to weights. It is possible they get more than one sample per iteration.

malfonsoarquimea commented 2 years ago

Thanks very much!