-
I am writing to you today with a question regarding your impressive paper, "VA-DepthNet: A Variational Approach to Single Image Depth Prediction." I am particularly interested in **Table 4**, which pr…
-
Hello.
Thanks for your awesome paper and I'd prepared to reproduce your training code.
But I have a question that how to use the SID? It seems like we need to calculate K thresholds by SID in th…
Mrils updated
5 years ago
-
- [x] OpenImages (#274)
- [x] VoTT (#573)
- [x] CelebA (#484)
- [x] SYNTHIA (#532)
- [ ] Veri776 (re-indefication)
- [x] CIFAR (#225)
- [x] MNIST (#234)
- [x] Fashion-MNIST (#234)
- [x] Kineti…
-
-
I am trying to use my own parameters for the depth_to_pointcloud method. More specifically, my image is 4000x6000 and my focal length as 18 millimeters. When inputting my parameters into this method, …
-
I want to know what depth image and raw-depth image refer to. Is depth image a post-processing depth map? I did this operation (depths-min)/(max-min)*255 when I generated raw-depth from the depth data…
-
`
import numpy as np
from PIL import Image
import torch
import h5py
import os
import numpy as np
import cv2
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
model =…
-
I'm trying to make a HHA image for other datasets that doesn't provide improved depth images such as SUNRGB-D, only raw ones. Can I get a recommendation of inpainting codes for improving raw Depth Ima…
-
Thanks for your great work!
I am curious that why you use 10 datasets for relative depth training and only 2 datasets for metric depth training? Have you tried using more datasets for metric depth …
-
Hi,
1) I'd like to train a model to make depth estimation on monocular rgb picture.
I think this can be done though regression with resnet or densenet.
I have a dataset ( [https://cs.nyu.edu/~si…