yolo_segmentation icon indicating copy to clipboard operation
yolo_segmentation copied to clipboard

Error in the first make step

Open Jeff-LiangF opened this issue 6 years ago • 1 comments

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

Jeff-LiangF avatar Jan 04 '19 13:01 Jeff-LiangF

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

ArtyZe avatar Jan 06 '19 14:01 ArtyZe