lightaime / deep_gcns

Tensorflow Repo for "DeepGCNs: Can GCNs Go as Deep as CNNs?" ICCV2019 Oral https://www.deepgcns.org
MIT License
630 stars 89 forks source link

missing 'meta/anno_paths.txt' #7

Closed guozhiyao closed 5 years ago

guozhiyao commented 5 years ago

I download dataset and unzip into data/. And run the collect_indoor3d_data.py, it shows: Traceback (most recent call last): File "collect_indoor3d_data.py", line 6, in <module> import indoor3d_util File "/deep_gcns/sem_seg/indoor3d_util.py", line 14, in <module> g_classes = [x.rstrip() for x in open(os.path.join(BASE_DIR, 'meta/class_names.txt'))] FileNotFoundError: [Errno 2] No such file or directory: '/deep_gcns/sem_seg/meta/class_names.txt'

lightaime commented 5 years ago

Sorry, I did not upload the meta files by mistake. I just uploaded it. Can you git pull and try again?