Open wysang opened 6 years ago
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!
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.