MonoDEVSNet
MonoDEVSNet copied to clipboard
Official PyTorch implementation of MonoDEVSNet - "Monocular Depth Estimation through Virtual-world Supervision and Real-world SfM Self-Supervision."
Hi, So the [line ](https://github.com/HMRC-AEL/MonoDEVSNet/blob/50cbb5a1686cb283a4ddfeb42dc96bf88353bf90/evaluation.py#L245) says; `pred_disp = self.invdepth_to_depth(output[("disp", 0)])` should the function be called inverse_disparity_to_disparity or the variable names are incorrect? Because it takes (inverse?) disparity map and returns...
Hi, what should I modify to train "MonoDELSNet" with lidar groundtruth? Many thanks
Like the video seen in the Repo, How to generate the pointcloud?