logo = cv2.imread('../data/opencv_logo.png', cv2.IMREAD_UNCHANGED) img[100:100 + logo.shape[0], 300:300 + logo.shape[1]] = logo[:, :, 0:3]# 两张图片的shape ...
The required versions of MMCV, MMDetection and MMSegmentation for different versions of MMDetection3D are as below. Please install the correct version of MMCV ...