-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
26 additions
and
506 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,13 @@ | ||
module license_plate_recognition | ||
module github.com/LdDl/license_plate_recognition | ||
|
||
go 1.13 | ||
go 1.14 | ||
|
||
require ( | ||
github.com/LdDl/go-darknet v1.1.0 | ||
github.com/LdDl/gocv-blob v1.0.1 // indirect | ||
github.com/LdDl/odam v0.2.0 | ||
github.com/disintegration/imaging v1.6.2 | ||
github.com/golang/protobuf v1.4.2 | ||
golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect | ||
golang.org/x/net v0.0.0-20200625001655-4c5254603344 | ||
golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4 // indirect | ||
golang.org/x/text v0.3.3 // indirect | ||
google.golang.org/genproto v0.0.0-20200624020401-64a14ca9d1ad // indirect | ||
github.com/satori/go.uuid v1.2.0 // indirect | ||
gocv.io/x/gocv v0.23.0 // indirect | ||
google.golang.org/grpc v1.30.0 | ||
google.golang.org/protobuf v1.25.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.