EMSANet icon indicating copy to clipboard operation
EMSANet copied to clipboard

dataset error creation_meta.json

Open preeti-me opened this issue 1 year ago • 1 comments

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'

preeti-me avatar Sep 06 '23 12:09 preeti-me

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.

danielS91 avatar Sep 08 '23 07:09 danielS91