yolo_segmentation
yolo_segmentation copied to clipboard
Error in the first make step
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
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