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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: