-
Notifications
You must be signed in to change notification settings - Fork 55
Description
Thanks for the git repo. When i run the command - "lua test.lua -data_root /CITYSCAPES_ROOT/cityscapesScripts/CITYSCAPES_DATASET"
I am getting an error message as below. Please guide me to solve this problem. Thank You
creating cityscapes dataset
/CITYSCAPES_ROOT/cityscapesScripts/CITYSCAPES_DATASET
lua: ./datasets/Cityscapes.lua:47: attempt to get length of field 'csv_images' ( a nil value)
stack traceback:
./datasets/Cityscapes.lua:47: in function '__init'
...me/ubuntu/torch/install/share/lua/5.1/torch/init.lua:91: in function <...me/ubuntu/torch/install/share/lua/5.1/torch/init.lua:87>
[C]: in function 'Cityscapes'
./datasets/dataset.lua:47: in function <./datasets/dataset.lua:21>
test.lua:15: in main chunk
[C]: ?