google / nerfies

This is the code for Deformable Neural Radiance Fields, a.k.a. Nerfies.

Home Page:https://nerfies.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Fixed]. NameError: name 'triangulate_points' is not defined

oo92 opened this issue · comments

Hi. In the Nerfies Capture Processing notebook, the Normalize scene based on landmarks. is throwing the name error for the function "triangulate_points".

new_landmark_points = triangulate_points(landmarks_pixels, new_cameras)

Its supposed to be triangulate_landmarks()

Oops, thanks for the fix! Fixed in 8c30643