demul/extrinsic2pyramid

update request

chriswolfvision opened this issue · 0 comments

It seems to me, that the specification of the 3D projection needs to be updated. In the init function of CameraPoseVisualizer, replace

 self.ax = self.fig.gca(projection='3d')

with

self.ax = self.fig.add_subplot(projection = '3d')