Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the "build" in the make_lmdb.sh file #21

Open
wysang opened this issue May 25, 2018 · 1 comment
Open

What is the "build" in the make_lmdb.sh file #21

wysang opened this issue May 25, 2018 · 1 comment

Comments

@wysang
Copy link

wysang commented May 25, 2018

Hi, I want to run the make_lmdb.sh file, but I got the following errors:
make_lmdb.sh: line 3: ../../build/tools/convert_driving_data: No such file or directory
make_lmdb.sh: line 4: ../../build/tools/compute_driving_mean: No such file or directory
make_lmdb.sh: line 6: ../../build/tools/convert_driving_data: No such file or directory

I checked the directories and find out that there is no folder named build, and the tools folder is under caffe. So I want to ask what does ../../build mean?

BTW, I use windows so I run this file on Git.

@MiaoDX
Copy link

MiaoDX commented Aug 1, 2018

Update: I did not noticed this issue is so long ago, maybe not needed at all ...

Hei, the build is what you got when you actually build caffe as in the README 3. Caffe compliation, please follow the instructions step by step :)

And it should be not so easy to build caffe on windows (no matter you are in the git bash or not), please consider trying on ubuntu or you can search the instructions online (and maybe the author use win, according to the path = 'F:\caltech-lanes'; in caltech-lanes-dataset/vpg_annot_v1.m).

Maybe my writeup on linux server with conda can help a little, and good luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants