CVCUDA PinnedLoading CV-CUDACV-CUDAPublic CV-CUDA™ is an open-source, GPU accelerated library for cloud-scale image processing and computer vision. C++2.5k224 Repositories CV-CUDAPublic CV-CUDA™ is an open-source, GPU accelerated library for cloud-scale image processing and computer vision....
CV-CUDA™ is an open-source, GPU accelerated library for cloud-scale image processing and computer vision. - GitHub - CVCUDA/CV-CUDA at v0.2.1.1-alpha
apt install -y \ libavfilter-dev \ libavformat-dev \ libavcodec-dev \ libswresample-dev \ libavutil-dev\ wget \ cmake \ build-essential \ git \ libnvidia-encode-530 \ libnvidia-decode-530 git clone https://github.com/NVIDIA/VideoProcessingFramework.git cd VideoProcessingFramework pip3 ...
CV-CUDA GitHub CV-CUDA Increasing Throughput and Reducing Costs for AI-Based Computer Vision with CV-CUDA NVIDIA Announces Microsoft, Tencent, Baidu Adopting CV-CUDA for Computer Vision AI CV-CUDA helps Tencent Cloud audio and video PaaS platform achieve full-process GPU acceleration for video enha...
.github 3rdparty ci cmake cpack docker docs lint python samples src tests tools .clang-format .gitattributes .gitignore .gitmodules .pre-commit-config.yaml CMakeLists.txt CODE_OF_CONDUCT.md CONTRIBUTING.md DEVELOPER_GUIDE.md LICENSE.md README.md SECURITY.md init_repo.sh print_env.shBreadcrum...
samples src tests tools .clang-format .gitattributes .gitignore .gitmodules CMakeLists.txt CODE_OF_CONDUCT.md CONTRIBUTING.md DEVELOPER_GUIDE.md LICENSE.md README.md SECURITY.md init_repo.sh print_env.sh Latest commit milesp-nvidia feat: initializing GitHub repo with tested CV-CUDA operators....
Popular repositories Loading CV-CUDA doesn't have any public repositories yet. Something went wrong, please refresh the page to try again. If the problem persists, check the GitHub status page or contact support. Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status ...
Fix GitHub Docs Build (#195) milesp-nvidiaauthoredSep 18, 2024 · 3 / 3 Verified 2a1b016 Commits on Sep 5, 2024 Merge pull request #189 from CVCUDA/feat/milesp/release_cvcuda_0110 milesp-nvidiaauthoredSep 5, 2024 · 2 / 3 Verified 84e3dcd Commits on Sep 4, 2024 feat: adding...
CV-CUDA has been tested on the following compute stack Ubuntu x86_64: 18.04, 20.04, 22.04 CUDA driver: 11.x (Not tested on 12.0) GCC: 11.0 and later Python: 3.7, 3.8, 3.9, 3.10 Refer to documentation of the sample applications for dependencies. ...
uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} queries: +security-and-quality - name: Autobuild (Non C/C++) if: matrix.language != 'c-cpp' uses: github/codeql-action/autobuild@v3 - name: Build CMake Project (C/C++) if: matrix.language == 'c-cpp' ...