-
### Name
NYUDepth
### Paper
http://cs.nyu.edu/~silberman/papers/indoor_seg_support.pdf
### Data
https://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html
### Motivation
Depth estim…
-
Hello, I would like to ask what is the depth value unit of the depth map in the NYU dataset? Is the downloaded depth map the real distance value?
-
Can we add [h5py](https://github.com/h5py/h5py) as a dependency to the viewer workers ? It's a pretty common dependency for vision datasets since it allows to read hdf5 files which is common in this f…
-
Hi,Thanks for your great work,but i have some question during the dataset preparation.
In dataset preparation of NYU,you downlod the dataset from [ https://drive.google.com/file/d/1AysroWpfISmm-yRFG…
-
**Describe the bug**
Thank you for creating this library. I'm trying to load a mat file that seems to have some sort of dictionary in it as well:
`namesToIds – map from english label names to cla…
-
When I try to reproduce the results on NYU dataset. I found that the training batch_size is set to one.
When I did the 4x SR task on NYU, I tried another batch_size because the original settings cann…
-
### Have you read the latest version of the FAQ?
- [X] I have visited the FAQ page right now and my issue is not present there
### Is there an existing issue for this?
- [X] I have searched the exi…
-
About the NYUv2:
Paper:“We train our network on a 50K RGB-Depth pairs subset following previous works.”
dataset_prepare.md:“Following previous work, I utilize about 50K image-depth pairs as our tra…
-
Hi! I want to train the model on NYUdataset. And I have written the own split as well as creating a new dataset subclassing from MonoDataset. For convenience, I just took 1000 pictures for training an…
-
Hello
I want to run my own python code using the container.
I get an error message:
`from scipy import ndimage`
`ModuleNotFoundError: No module named 'scipy'`
Is there a way to automatically …