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
Nice work! Just spot an IO bug. Pretty sure in the ascii part of save_ply , all idx in switch (prop.type) should be replaced by pidx (if you look at the binary counterpart)
The text was updated successfully, but these errors were encountered:
Nice work! Just spot an IO bug. Pretty sure in the ascii part of
save_ply
, allidx
inswitch (prop.type)
should be replaced bypidx
(if you look at the binary counterpart)The text was updated successfully, but these errors were encountered: