JJrodny

Results 3 comments of JJrodny

I've been trying to understand how MiDaS works with estimating depth, and I'm also curious how to do this. I read #4 #5 #36 #37 #42 #66 #124 #125 and...

Rubber ducking myself this link here looks like how to calculate the error https://github.com/isl-org/DPT/blob/main/EVALUATION.md and then I just saw in your supplementary materials section of your paper: > **Alignment.** We...

Couldn't we modify albumentations to augment the RGB channels only for 4 channel images (RGBA and RGB-D?) Like ``` def apply(self, image, hue_shift=0, sat_shift=0, val_shift=0, **params): if not is_rgb_image(image) and...