-
There seems to be an inconsistency in the documentation regarding experiments conducted on the NYU-Depth-v2 dataset, specifically related to the dataset split used for evaluation.
In Table 1 of you…
-
大佬的工作很棒!我想请教一下怎么获取论文中所述选出的数据集(可以在kaggle上获得吗),我想要进一步搭建自己的数据集以供训练,谢谢!!!
-
Hey guys,
correct me if I was wrong. I cannot find briefing in the paper regarding this.
bg
-
We now have the NYU Depth V2 dataset: https://huggingface.co/datasets/sayakpaul/nyu_depth_v2. We're in communication with the dataset author to transfer the dataset from my account to an appropriate o…
-
Dear author:
Could you provide the example commond to train the model on NYU Depth v2 like KITTI.
like :
$ python main.py --dir_data datta_path --data_name KITTIDC --split_json ../data_json…
-
I tried testing on my own dataset. I collected my own RGB images with the same resolution and their corresponding depth images. Then use 'scripts/create_diml_npy. py' to generate the. npy file. Then P…
-
微博内容精选
-
Hi,
I was trying to run a visual comparison between predictions that you saved for different networks (ResNet101, EfficientNet-B5, Swin-T, Swin-B, and Swin-L) for NYU-v2 dataset. I loaded the saved …
-
If I want to use the NYUv2 dataset for training, how do I need to modify the code?
-
Hello,
I have an indoor (large hallway) dataset captured by intelrealsense camera attached to a robot publishing all the topics in ROS. So, I have extracted the rgb images (424 x 240) and rgb aligned…