Ranqing
Ranqing
Does anyone know how to assign the colors for unseen faces?
I adjust manually (vx, vy) when stitching undistorted depths/images in matterport3d dataset. After several times, it doesn't work well. Can anyone explain that how to calculate (vx,vy) for each view...
I attempt to extract normal from the 'normal_alpha.png' by this code. ``` b, g, r, a = cv2.split(normal_alpha_img) normal = cv2.merge((b, g, r)) mask = a.copy() mask[mask > 0] =...
Is it possible to achieve 100 milliseconds per frame?