yuxng / PoseCNN

A Convolutional Neural Network for 6D Object Pose Estimation in Cluttered Scenes
https://rse-lab.cs.washington.edu/projects/posecnn/
MIT License
761 stars 245 forks source link

Data folder not found while running the demo #48

Closed ferranmafe closed 6 years ago

ferranmafe commented 6 years ago

Hi! Im having the following problem while running the demo:

Traceback (most recent call last):
  File "./tools/demo.py", line 84, in <module>
    imdb = get_imdb(args.imdb_name)
  File "/home/fmartinez/ERL/PoseCNN/tools/../lib/datasets/factory.py", line 116, in get_imdb
    return __sets[name]()
  File "/home/fmartinez/ERL/PoseCNN/tools/../lib/datasets/factory.py", line 57, in <lambda>
    datasets.lov(split))
  File "/home/fmartinez/ERL/PoseCNN/tools/../lib/datasets/lov.py", line 55, in __init__
    'Data path does not exist: {}'.format(self._data_path)
AssertionError: Data path does not exist: /home/fmartinez/ERL/PoseCNN/tools/../lib/datasets/../../data/LOV/data

Any idea of what should I do?

Kaju-Bubanja commented 6 years ago

Just create the folder