ActiveVisionLab / DFNet

DFNet: Enhance Absolute Pose Regression with Direct Feature Matching (ECCV 2022)
https://dfnet.active.vision
MIT License
92 stars 8 forks source link

Question about img_idx #3

Closed Tao-11-chen closed 2 years ago

Tao-11-chen commented 2 years ago

Hi, i'm confused about the img_idx in function render_nerfw_imgs

I found that the img_idx here is a list of numbers, my question: Why it is not cooresponded to the pose one by one? I can't figure out what kind of pose and img_idx is passed to the NeRF-W's render function 340cd7fb703eed4755d88ed636c5398

Tao-11-chen commented 2 years ago

Solved,thanks