Nvidia DALI

+ docker

ERROR: 

dlopen "libnvcuvid.so" failed!


SOLUTION:

docker run options:

-it --name dali --gpus all -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=video,graphics,utility,compute



참고하면 좋을 코드들

https://www.juanmontesinos.com/posts/2020/07/21/audiovisual-dali

https://github.com/NVIDIA/DALI/issues/1464

https://github.com/NVIDIA/DALI/issues/3133

댓글

이 블로그의 인기 게시물

sklearn tsne + matplotlib scatter

Implementation of Focal Loss using Pytorch