scanner-research / scanner

Efficient video analysis at scale
https://scanner-research.github.io/
Apache License 2.0
615 stars 108 forks source link

Docker image for CUDA10.0 #259

Closed kentaroy47 closed 5 years ago

kentaroy47 commented 5 years ago

First of all, thanks for the great developments. Is there a future schedule for adding docker image for CUDA10.0 as well? Thanks.

willcrichton commented 5 years ago

I think the big issue is that NVCUVID was deprecated in CUDA 10 and changed into the Video Codec SDK which uses a different API and so breaks our GPU decoder. (cc @apoms who knows more)

There's nothing fundamental preventing Scanner from supporting CUDA 10, but we would need some engineering/testing to update to the new API.

kentaroy47 commented 5 years ago

@willcrichton Thank you for the answers. I got it that it will take much effort to support CUDA10, will revert to CUDA9 and use scanner. Thanks.