下载数据集:从官方网站(robotvault.bitbucket.io - rgbd.html)下载 SceneNet RGB - D 数据集。解压后,通过提供的 Python 脚本可以方便地导航和提取数据。 使用示例: 以下示例使用提供的脚本(假设已经正确配置脚本路径)提取 RGB - D 图像数据并进行简单处理。 import scenenet_rgbd_utils # 假设这是用于处理SceneNe...
The foldersrc/datasetscontains the code to prepare NYUv2, SunRGB-D, Cityscapes, SceneNet RGB-D for training and evaluation. Please follow the instructions given for the respective dataset and store the created datasets in./datasets. For ImageNet, we usedTensorFlowDatasets(seeimagenet_pretraining.py...