NVIDIA T400 NVIDIA #99
Replies: 1 comment 4 replies
-
The Windows builds I distribute require cards with compute capability https://en.wikipedia.org/wiki/CUDA#GPUs_supported The T400 has CC 7.5 so it will work. Determining actual performance improvement is non-trivial, and there is still a lot of optimization opportunity to be done with respect to CUDA support currently. See my comment on #97 for some benchmarks on my system using a GTX 2070. I suspect there won't be any significant improvements when running DVR-Scan on more powerful GPUs, at least with the current implementation. GPU processing should still be faster than CPU processing, but to get anything better will require major changes which likely won't be addressed unless DVR-Scan is rewritten in C++ or Rust. See #12 for some background on that discussion. If you manage to compile OpenCV for older cards, please do share some benchmarks here. And of course, I would be most happy to accept any pull requests for performance enhancements. |
Beta Was this translation helpful? Give feedback.
-
Will the above card work with current version of dvr-scan on a Linux or windows platform?
Please also advise how to find which card are compatible or not , and how to determine fps for each?
Beta Was this translation helpful? Give feedback.
All reactions