LdDl / go-darknet

Go bindings for Darknet (YOLO v4 / v7-tiny / v3)
Apache License 2.0
82 stars 19 forks source link

docker container [feature request] #1

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi,

Hope you are all well !

It would be interesting to have a docker container for building and linking darknet. Isn't it ?

Cheers, X

LdDl commented 4 years ago

Hello)

Actually, I was thinking to make something like *.sh script, where we can play with flags for building Darknet (such as GPU=..., CUDA=.... and etc.). But docker container is interesting too. I'll think about that.

ghost commented 4 years ago

I have already dockerized your library, do you want me to make a pull request ?

LdDl commented 4 years ago

I have already dockerized your library, do you want me to make a pull request ?

I do, it's a good idea. make a PR, and I'll look at it)

ghost commented 4 years ago

It is done

ghost commented 4 years ago

I have an error for the gpu version

github.com/LdDl/go-darknet

/usr/bin/ld: warning: libcuda.so.1, needed by /usr/lib/libdarknet.so, not found (try using -rpath or -rpath-link) /usr/lib/libdarknet.so: undefined reference to `cuCtxGetCurrent' collect2: error: ld returned 1 exit status but I have declared the envs LIBRARY_PATH=$LIBRARY_PATH:/usr/local/cuda-10.0/compat/ where libcuda.so.1 is located.

Shall I move the files somewhere else ?

svaichu commented 3 years ago

@x0rzkov did u manage to solve this issue?