You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See nerfactor/data_gen/dtu_mvs/surf_from_mvs.py on how I extracted K from P with cv2 but then later found [R|t] with K^{-1}P, instead of using those from the cv2 decomposition (which uses another weird convention).
The text was updated successfully, but these errors were encountered:
See
nerfactor/data_gen/dtu_mvs/surf_from_mvs.py
on how I extractedK
fromP
withcv2
but then later found[R|t]
withK^{-1}P
, instead of using those from thecv2
decomposition (which uses another weird convention).The text was updated successfully, but these errors were encountered: