-
I tried to run python ’bts_test.py arguments_test_nyu.txt‘, but returned 'No module named 'bts_nyu_v2_pytorch_att''
-
ghost updated
4 years ago
-
Hi.
When i run the run.py to train, size mismatch happen as follow
> PyTorch Version: 1.3.1
> Preparing experiment directory...
> Device: cuda
> Traceback (most recent call last):
> File …
-
Link to another project: **DPT (Dense Prediction Transformers)** - State of the art Semantic-segmentation and Monocular depth estimation network
* Top-1 accuracy on Pascal-Context Semantic segmenta…
-
The proposed ACMNet is great. I have a question: whether the proposed method can generalized across different dataset? e.g. nyu v2 and kitti? Whether we should retrain the model when testing? And rece…
-
Hello;
Thanks for the wonderful paper and open-source project.
I noticed that not all files in the NYU Depth v2 (from sync.zip) were put in the training file list "nyudepthv2_train_files_wit…
-
Hi phoenixnn,
In get_dmap_f.m, it seems like dmap_f is not well defined. What is the dmap_f represent of ?
-
I'd like to share some code.
```matlab
nyufile = fullfile('dataset/', 'nyu_depth_v2_labeled.mat');
outDir = fullfile('output/', 'sgupta', 'datasets', 'nyud2', 'datacopy');
mkdir(fullfile(outDir,…
-
tensorrt 6.0.18 ubuntu 18.04 python 3.7
I want to convert model ( https://github.com/shariqfarooq123/AdaBins)
import torch
from torch2trt import torch2trt
from models import UnetAdaptiveBins
imp…
-
Hello! Thanks for sharing your code! And I have successfully run it. But when I ran the sc_depth v2, I couldn't get the corresponding results in the paper, it has a gap. And I also ran the provided mo…