https://github.com/bencevans/vcpkg-opencv-buildtree

Cached vcpkg OpenCV Build Tree

https://github.com/bencevans/vcpkg-opencv-buildtree

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
Last synced: 10 months ago · JSON representation

Repository

Cached vcpkg OpenCV Build Tree

Basic Info
  • Host: GitHub
  • Owner: bencevans
  • Default Branch: main
  • Homepage:
  • Size: 2.93 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme

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

GitHub Events

Total
Last Year

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 3
  • Total Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels