denseflow icon indicating copy to clipboard operation
denseflow copied to clipboard

required exports missing in install.md

Open andrey-bat opened this issue 4 years ago • 6 comments

export PATH=$ZZROOT/bin:$PATH export LD_LIBRARY_PATH=$ZZROOT/lib:$ZZROOT/lib64:$LD_LIBRARY_PATH

Without them zzlibx24.sh fails.

andrey-bat avatar Aug 10 '20 06:08 andrey-bat

thanks for the info!

innerlee avatar Aug 10 '20 06:08 innerlee

Still I can't get zzopencv compile... Please find logs attached. CMakeOutput.log CMakeError.log

BTW, is there a Docker image with denseflow working? I tried vlali/denseflow:local and found no denseflow inside.

andrey-bat avatar Aug 10 '20 06:08 andrey-bat

what's the gcc version? googling the error msg, maybe https://github.com/opencv/opencv/issues/9493 helps.

innerlee avatar Aug 10 '20 06:08 innerlee

gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)

Maybe the issue is cudnn missing? Could not find, if it's required for opencv... output.log

andrey-bat avatar Aug 10 '20 07:08 andrey-bat

cuda and cuddn are required. this repo only provides gpu version.

innerlee avatar Aug 10 '20 07:08 innerlee

docker is a good feature to add. hope someone can give a pr

innerlee avatar Aug 10 '20 07:08 innerlee