Python: TypeError: draw_geometries(): incompatible function arguments

Advertisements I am trying to implement an Open3D model to generate point cloud from a monocular depth map. Referred to this YouTube video – https://youtu.be/teHGdlGhQZo OpenCV == 4.4.0 Open3D == 0.15.1 BGR Image – 640x480x3 Depth Image – 640x480x3 Code – import open3d as o3d import numpy as np import matplotlib.pyplot as plt import os… Read More Python: TypeError: draw_geometries(): incompatible function arguments