Releases: wimspaargaren/yolov3
Releases · wimspaargaren/yolov3
Go YOLO V3 v0.3.1
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #35
- Bump gocv/opencv from 4.8.0 to 4.8.1 by @dependabot in #36
- Bump gocv.io/x/gocv from 0.34.0 to 0.35.0 by @dependabot in #37
- Bump schneegans/dynamic-badges-action from 1.4.0 to 1.7.0 by @dependabot in #38
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #40
- Bump actions/setup-go from 4 to 5 by @dependabot in #39
Full Changelog: v0.3.0...v0.3.1
Go YOLO V3 v0.3.0
- Bump gocv to v0.34.0
- Bump gomod to 1.20
Go YOLO V3 v0.2.3
- Properly close output matrices after processing
Thx to @arwineap for pointing out the issue.
Go YOLO V3 v0.2.2
- Bump gocv/opencv from 4.5.3 to 4.5.4
Go YOLO V3 v0.2.1
- Improved Go doc
- Validation on custom Config
- Added
DrawDetections
func to yolov3 package
Go YOLO V3 v0.2.0
- Upgrade to Go 1.17
- Bump golangci-lint
- Bump Go dependencies
Go YOLO V3 v0.1.4
Added CI:
- Linting
- Check gomod
- Added tests
Go YOLO V3 v0.1.3
Add the ability to detect objects with given filter
Go YOLO V3 v0.1.2
- Added an example of running with integrated webcam
- Fixed issue where an additional bounding box was drawn
Go YOLO V3 v0.1.1
Included mocks package.