Pointcept/SegmentAnything3D

The script sam3d.py ran into a problem.

ayaan-mphasis opened this issue · 1 comments

I am getting this error for line 78 in sam3d.py script
color_image = np.reshape(color_image[mask], [-1,3])

IndexError: boolean index did not match indexed array along dimension 0; dimension is 480 but corresponding boolean dimension is 240

Hi. Size of all 2d data in this project should be [640,480]. Could you check whether the size of depth and RGBD data are [640, 480]?