depth = np.bitwise_or(np.right_shift(depth,3),np.left_shift(depth,16-3))
I am currently reproducing this paper, so I am studying the author's implementation method. I can't understand this code in sunrgbd_dataset.py. Could someone please give me some help?