wimspaargaren / yolov3

Go implementation of the yolo v3 object detection system
MIT License
77 stars 15 forks source link

Bump gocv.io/x/gocv from 0.34.0 to 0.35.0 #37

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps gocv.io/x/gocv from 0.34.0 to 0.35.0.

Release notes

Sourced from gocv.io/x/gocv's releases.

0.35.0

  • all
    • Add support for OpenCV 4.8.1
    • correct Go formatting
  • features2d
    • Add Match method for BFMatcher
  • build
    • remove extra files from GH actions runner so GPU images builds have enough temp file space to run correctly
  • make
    • for build_raspi added conditional cmake build for 64 and 32bit platforms
    • remove ENABLE_VFPV3=ON and add WITH_TBB=ON from 64bit build.
    • added sudo_pre_install_clean to raspberry pi and jetson installs
    • change sudo_pre_install_clean to support cleanup on 64bit architechtures (arm and x86)
Changelog

Sourced from gocv.io/x/gocv's changelog.

0.35.0

  • all
    • Add support for OpenCV 4.8.1
    • correct Go formatting
  • features2d
    • Add Match method for BFMatcher
  • build
    • remove extra files from GH actions runner so GPU images builds have enough temp file space to run correctly
  • make
    • for build_raspi added conditional cmake build for 64 and 32bit platforms
    • remove ENABLE_VFPV3=ON and add WITH_TBB=ON from 64bit build.
    • added sudo_pre_install_clean to raspberry pi and jetson installs
    • change sudo_pre_install_clean to support cleanup on 64bit architechtures (arm and x86)
Commits
  • e2db8f8 Updates for 0.35 release
  • f3641a8 all: correct formatting
  • 396d967 all: update to OpenCV 4.8.1
  • a30042c build: remove extra files from runner
  • 12f3419 docker: remove extra files after apt-get
  • 680b931 docker: specfic more limited set to build for cuda 12
  • 24f5896 docker: update OpenCV base images to 4.8.1
  • ebc24ef for build_raspi added conditional cmake build for 64 and 32bit platforms. rem...
  • a696e02 added sudo_pre_install_clean to raspberry pi and jetson installs
  • c4a2e6c change sudo_pre_install_clean to support cleanup on 64bit architechtures (arm...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)