-
It's my pleasure for me to see your paper "Deep Multimodal Fusion by Channel Exchanging",and I have downloaded the corresponding code from github, but how can I get the "train" dataset and "val" datas…
-
你好 请问有没有在Biped上测试过,得到的具体精度是多少。
-
Where can I find the non-colorised labels or masks?
-
NYUDv2 dataset is a dataset which contains RGB images and depth images. I want use mmseg to deal with multimodal fusion question.
-
您好,再次打扰,实在抱歉。在NYUD结果复现过程中发现了几个小问题,希望能得到您的指教
1.使用您提供的数据增强代码(https://github.com/yun-liu/RCF/issues/124#issuecomment-792220875)
发现非90°倍数的旋转会产生0~255之间的中间结果,但是您在其他回答里(https://github.com/yun-liu/RCF/issue…
-
Hi,thanks for sharing the code!
Right now,i want to use your code(test_any_images.py) to generate depth map for my own dataset,but the shape of the output of your model(use the pretrained kitti_o…
-
Hi, thanks for the release of the modified NYUDv2 dataset, it saves me a lot of time. But I have noticed that the rgb images in NUYD_v2_img directory have a name format of *-6.png, however, the name …
dd1ge updated
3 years ago
-
Hi, in NYUD-V2, there are only 1449 labeled RGB and depth images, how can you train with unlabeled images in the dataset? Could you please tell me more about the training details of this dataset? I am…
wuzht updated
3 years ago
-
In the ./lib/core/config.py, you set the # Camera Parameters # as:
# Camera Parameters
__C.DATASET.FOCAL_X = 1.0
__C.DATASET.FOCAL_Y = 1.0
However, i find that the # Camera Parameters # in tool…
-
Thanks for your excellent work!I have some question about the input size of NYUDv2,
Why the processed image size is not 480 x 640 in provided NYUDv2 dataset?
and what is the AlignToMask() transforma…