You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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.
The text was updated successfully, but these errors were encountered: