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

Error in the first make step #6

Open
Jeff-LiangF opened this issue Jan 4, 2019 · 1 comment
Open

Error in the first make step #6

Jeff-LiangF opened this issue Jan 4, 2019 · 1 comment

Comments

@Jeff-LiangF
Copy link

Nice Job!
I download your repo, with GPU=1/OPENCV=1/CUDNN=1 .
make -j8
Error occurs in ./src/image.c L1464
It seems you don't declare i,j,k and c,h,w before.When I annotate the wrong code, compile goes well, but I can't use the original detetctor demo func.
I can compile with the original darknet code on my aarch64 TX2.
I'm looking forward to your reply, Thx

@ArtyZe
Copy link
Owner

ArtyZe commented Jan 6, 2019

Nice Job!
I download your repo, with GPU=1/OPENCV=1/CUDNN=1 .
make -j8
Error occurs in ./src/image.c L1464
It seems you don't declare i,j,k and c,h,w before.When I annotate the wrong code, compile goes well, but I can't use the original detetctor demo func.
I can compile with the original darknet code on my aarch64 TX2.
I'm looking forward to your reply, Thx

my repo does not support opencv and cudnn, maybe you can comment opencv = 1 and cudnn = 1, but later I will optimize my code to support them

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