TUI-NICR / EMSANet

EMSANet: Efficient Multi-Task RGB-D Scene Analysis for Indoor Environments
Apache License 2.0
64 stars 3 forks source link

dataset error creation_meta.json #16

Open preeti-me opened 1 year ago

preeti-me commented 1 year ago

File "/content/drive/MyDrive/EMSANet-main/lib/nicr-scene-analysis-datasets/nicr_scene_analysis_datasets/utils/io.py", line 132, in load_creation_metafile with open(filepath) as f: FileNotFoundError: [Errno 2] No such file or directory: './datasets/nyuv2/creation_meta.json'

danielS91 commented 1 year ago

It looks like you created the dataset with an earlier version of the dataset package. However, for EMSANet, the creation meta file is not necessary, so you can simply comment out or remove file loading to fix the problem. We will release a new version that makes creation meta files optional soon.