mitalbert

Results 4 issues of mitalbert

I am planning to reduce the number of classes in cambid dataset and label the rest of the (not used)classes as void(say the same label 11). Now I wonder is...

Hi, I wonder if it's possible to train a model in a semi-supervised manner with 2 datasets, say: 1. kitty with depth maps (supervised) 2. custom monocular video sequences with...

I'm trying to convert SegNet to neon, however it seems that some layer types like DenseImageData or Upsample are not supported. Is this a neon limitation? - If yes, then...

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...