https://github.com/bencevans/vcpkg-opencv-buildtree
Cached vcpkg OpenCV Build Tree
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.8%) to scientific vocabulary
Repository
Cached vcpkg OpenCV Build Tree
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
vcpkg-opencv-buildtree
Building OpenCV with CuDNN Support on GitHub Actions takes too long. Times out after 6 hours. 🙏 GitHub, please add support for personal accounts to add larger hosted runners!
On AMD Ryzen 5 3600 6-Core Processor (Linux) takes ~1h45m.
Linux
Ensure Docker is installed and up to date. Ran into issues with apt update which host Docker upgrade sorted.
On Host
mkdir vcpkg-build
cd vcpkg-build
docker run -it -v $(pwd):/mnt/persist nvidia/cuda:11.7.1-devel-ubuntu22.04
In Container
``` apt-get update apt-get install -y git pkg-config python3 python3-distutils \ libx11-dev libxft-dev libxext-dev libx11-dev \ libxft-dev libxext-dev wget build-essential curl \ zip unzip tar curl zip unzip tar bison libdbus-1-dev \ libxi-dev libxtst-dev libcudnn8-dev libxrandr-dev
cd /mnt/persist/ git clone https://github.com/Microsoft/vcpkg.git git checkout 8d9c52191e039fe49c580807efee502d22f32786 ./vcpkg/bootstrap-vcpkg.sh cd vcpkg/ ./vcpkg install opencv4[dnn,cudnn]:x64-linux ```
Windows
Install CUDA 11.7.1 + CuDNN
git clone https://github.com/Microsoft/vcpkg.git
./vcpkg/bootstrap-vcpkg.sh
cd vcpkg/
git checkout 8d9c52191e039fe49c580807efee502d22f32786
./vcpkg install opencv4[dnn,cudnn]:x64-windows-static-md
Owner
- Name: Ben Evans
- Login: bencevans
- Kind: user
- Location: London, UK
- Company: Institute of Zoology, ZSL
- Website: https://bencevans.io/
- Twitter: bencevans
- Repositories: 282
- Profile: https://github.com/bencevans
GitHub Events
Total
Last Year
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Ben Evans | b****n@b****o | 3 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0