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
semantic_background_rgb = cv2.applyColorMap(np.uint8([0]), cv2.COLORMAP_VIRIDIS)
this line has error, maybe it is because I am using python 3.10 not 2.7? or different cv2 or numpy version?
how to fix it?
also there are some applyColorMap error in smpl_virtualizer.py SemanticRenderer init.
The text was updated successfully, but these errors were encountered:
semantic_background_rgb = cv2.applyColorMap(np.uint8([0]), cv2.COLORMAP_VIRIDIS)
this line has error, maybe it is because I am using python 3.10 not 2.7? or different cv2 or numpy version?
how to fix it?
also there are some applyColorMap error in smpl_virtualizer.py SemanticRenderer init.
The text was updated successfully, but these errors were encountered: