Moodstocks / gtsrb.torch

Traffic sign recognition with Torch

Home Page:http://torch.ch/blog/2015/09/07/spatial_transformers.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

main.lua not found

opened this issue · comments

Any ideas why I am getting this error:

luajit: cannot open main.lua: No such file or directory

I have followed the installation steps as it was here in the github. But it seems like there is no file named main.lua.

There is a main.lua script at the root of this repository. Once you have cloned, make sure to move to this directory with cd gtsrb.torch before running luajit main.lua.

Oh I was cloning a wrong directory. My bad!