-
Hi,
Thank you for your excellent work! I have a question about the `nyuv2_frq`.
I calculate the distribution of each category in the training set of NYU Depth V2, it looks like this:
```
[0.236606…
-
Hi,
I am trying to replicate the output of your network, I have created my training code based on the details your provide in the paper (data augmentation, learning rate init. 0.01, pretrained resn…
-
Hey bro, I am currently doing a project about monocular depth estimation. I am thinking about for this method, in your preprocessing step, did you use the NYU v2 labelled dataset?
On their website …
-
Hello All !
I need to know the depth value(in meters) from NYU_V2 dataset, so how can i get the color scale for NYU_V2 dataset?
-
My depth ground truth are true depth values (from 0m to 10m), but the outputs of tanh are within [-1, 1], I notice your dataset is also NYU v2. So I want to ask what is your depth ground truth? By th…
-
no modify to origin code
use create_nyu_h5.py to convert nyu_depth_v2_labeled.mat
and use this small dataset to train
after 80 epoch, I get
![image](https://user-images.githubusercontent.com/10847…
-
is the link dead?
3togo updated
5 years ago
-
`Traceback (most recent call last):
File "train.py", line 286, in
x_hat, tran_hat, atp_hat, dehaze21 = netG(input)
File "/home/gavin/.local/lib/python3.5/site-packages/torch/nn/modules/mod…
-
When using the option `also_save_raw_predictions = True` option to output the inferred semantic segmentation maps, the resulting maps have different names than the original images. How can I fix that?…
-
How to use the code generate_blurred_dataset.m?