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

src/caffe/data_transformer.cpp:24:29: fatal error: caffe/HOG/utils.h: There are no such files or directories #1

Open
NIEYALI opened this issue May 25, 2017 · 3 comments

Comments

@NIEYALI
Copy link

NIEYALI commented May 25, 2017

Hello, Thanks for your great work, but for caffe problem, do you release the file HOG ?
when I make all caffe, It shows the problem
Looking forward your reply.
Thanks

@worthlessFella
Copy link

I am also facing the same problem!!!!

@vuonglequoc
Copy link

vuonglequoc commented Apr 24, 2018

I fixed like below:

  • Change folder name:
    caffe/hog/ -> caffe/HOG/
  • Fix file caffe/HOG/utills.h:
    Change comment style of python to C++
  • Fix file caffe/HOG/utills.cpp:
    Change comment style of python to C++
    Add header include:
#include "utils.h"
#include <iostream>

Done.

@Guanghan please update your source code

@Easyfeng222
Copy link

@lelordoftech Excuse me, what is your environment?
My environment is unbuntu 16.04 cuda9 cudnn7 opencv3.4 ,is not work

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

4 participants