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
S001C001P001R001A001
Traceback (most recent call last):
File "ntu120_3dv_pre.py", line 240, in
main()
File "ntu120_3dv_pre.py", line 149, in main
points_xyzc = np.concatenate((xyz,cc.T), axis = 1) #final 3DV point feature shape N*(x,y,z,m_g,m_1,...m_t)
NameError: name 'cc' is not defined
Hi! I found that there is no cc
The text was updated successfully, but these errors were encountered:
S001C001P001R001A001
Traceback (most recent call last):
File "ntu120_3dv_pre.py", line 240, in
main()
File "ntu120_3dv_pre.py", line 149, in main
points_xyzc = np.concatenate((xyz,cc.T), axis = 1) #final 3DV point feature shape N*(x,y,z,m_g,m_1,...m_t)
NameError: name 'cc' is not defined
Hi! I found that there is no cc
The text was updated successfully, but these errors were encountered: