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

build/tools/get_image_size: No such file or directory #1031

Open
aktaseren opened this issue Sep 15, 2021 · 1 comment
Open

build/tools/get_image_size: No such file or directory #1031

aktaseren opened this issue Sep 15, 2021 · 1 comment

Comments

@aktaseren
Copy link

Hi @weiliu89,

Thanks a lot for making this repo available. I am having an issue with the preparation of SSD at the step of creating list as I follow README here.

(caffe_env) aktaseren@aktaseren-UX310UQK:~/caffe$ ./data/VOC0712/create_list.sh Create list for VOC2007 trainval... Create list for VOC2012 trainval... Create list for VOC2007 test... ./data/VOC0712/create_list.sh: line 41: /home/aktaseren/caffe/data/VOC0712/../../build/tools/get_image_size: No such file or directory
It says there is no get_image_size directory. I actually looked at the required datasets that you stressed and I downloaded but none of them have get_image_size directory.

Am I missing any step here?

@prabodh78
Copy link

Hi @aktaseren ,

It seems that you have not build caffe from source. Please follow below commands:

  1. Modify Makefile.config according to your Caffe installation.
    cp Makefile.config.example Makefile.config
  2. make -j8
  3. Make sure to include $CAFFE_ROOT/python to your PYTHONPATH.
  4. make py
  5. make test -j8
  6. make runtest -j8

Thanks

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