Skip to content

Releases: LdDl/license_plate_recognition

Version v1.3.3 - Minor fixes

29 Aug 12:38
Compare
Choose a tag to compare

What's new

  1. Fix "Y" (for top left coordinate for BBox)
    c332e13

Version v1.3.2 - Minor fixes

28 Aug 14:29
Compare
Choose a tag to compare

What's new

  1. Fix dimension parameters in unary RPC request. For more info see 3a66949

Version v1.3.1

14 Aug 15:07
Compare
Choose a tag to compare

What's new

Updated flags usage

Version v1.3.0

07 Jun 17:46
8b25f05
Compare
Choose a tag to compare

What's new

  1. Security issue with Golang image package:
    #7
  2. Now the gRPC server side has it own implementation. More information: #6 In future works I plan to extend server's response fields

Version v1.2.2

12 Aug 11:43
Compare
Choose a tag to compare

Version v1.2.1 - Hotfix

12 Aug 11:23
Compare
Choose a tag to compare

Version v1.2.0

12 Aug 11:20
Compare
Choose a tag to compare

Updated protobuff itegration with https://github.com/LdDl/odam/blob/master/yolo_grpc.proto.
Fixed example of client application.

Version v1.1.0

07 Jul 11:03
Compare
Choose a tag to compare

Remove protobuff definition from this repository (move it to https://github.com/LdDl/odam instead)

Stable core

25 Jun 12:50
Compare
Choose a tag to compare

Done stable core.
Main features:

  • gRPC server
  • custom handler function after license plate recognition
  • download script for preptrained Darknet's weights (for russian license plates and OCR)
  • intergrate go-darknet into gRPC server