yihua7 / NeRF-Texture

[SIGGRAPH 2023, TPAMI 2024] Code for NeRF-Texture: Texture Synthesis with Neural Radiance Fields
https://yihua7.github.io/NeRF-Texture-web/
193 stars 12 forks source link

Confused about the "intersections" for texture synthesis #5

Closed RuihanGao closed 1 year ago

RuihanGao commented 1 year ago

Sec 3.2.1 of the paper mentions, "we place square scan arrays of 128 × 128 resolution on each tangent plane of the coarse mesh to obtain the intersections of the scanning rays with the mesh. " Does the last "mesh" refers to the coarse mesh or the fine mesh with meso-structure?

As far as I understand, the implementation is this part. The variable "intersections" is used for knn search, so sounds like the points on the fine mesh. However, it is obtained by the ray-tracing from scan rays to the coarse mesh.

Did I misunderstand something?

yihua7 commented 1 year ago