WonJunPark

Results 3 issues of WonJunPark

https://github.com/nianticlabs/monodepth2/issues/264 In other issues, auto mask is mentioned to summarize the code below. `min_reprojection_loss, idx1 = torch.min(reprojection_loss, dim=1) min_identity_reprojection_loss, idx2 = torch.min(identity_reprojection_loss, dim=1) automask = (min_reprojection_loss < min_identity_reprojection_loss).float() to_optimise2 =...

For the inference operation, the following operation was carried out, but an error appears. # get CAR-pytorch source git clone https://github.com/sunwj/CAR.git cd CAR # compile the code of the resampler...

Hello, I'm a beginner at ros. I'm trying to extract depth maps using urbancity, As a result, everything on the ground comes out black.