amino-os / Amino.Run-Demos

Amino.Run - Demo Applications
Apache License 2.0
5 stars 6 forks source link

Moving LicensePlateAndroid to master #77

Closed Vishwa4jeet closed 5 years ago

Vishwa4jeet commented 5 years ago

Fixes #78

Moving the License Plate recognition app from the LicensePlateAndroid branch to the master branch.

Tested the app post making these changes, attaching a screenshot of the run below: Selection_106

Left image is the sample used for the test and the right image is it's corresponding output.

KernelServer Log:

> Task :openALPR:subprojects:runks
May 07, 2019 3:52:25 PM amino.run.kernel.common.metric.clients.LoggingClient register
INFO: Metric schema metricName=kernel_server_memory_stat: type=Gauge registered
May 07, 2019 3:52:25 PM amino.run.kernel.server.KernelServerImpl main
INFO: Kernel server ready at port(22343)!
May 07, 2019 3:54:05 PM amino.run.kernel.common.metric.clients.LoggingClient send
INFO: Metric collected {port=22343, host=100.64.40.184}: metricName=kernel_server_memory_stat: type=Gauge:98095384
May 07, 2019 3:54:32 PM amino.run.kernel.server.KernelServerImpl createMicroService
INFO: Got request to create microservice with spec '!!amino.run.app.MicroServiceSpec
annotations: {}
constructorName: null
dmList:
- configs: []
  name: amino.run.policy.mobility.explicitmigration.ExplicitMigrationPolicy
javaClassName: com.openalpr.jni.AlprMicroService
lang: java
name: null
nodeSelectorSpec: null
sourceFileLocation: null
' and 0 parameters.
May 07, 2019 3:54:32 PM amino.run.runtime.MicroService new_
INFO: Creating microservice for spec:!!amino.run.app.MicroServiceSpec
annotations: {}
constructorName: null
dmList:
- configs: []
  name: amino.run.policy.mobility.explicitmigration.ExplicitMigrationPolicy
javaClassName: com.openalpr.jni.AlprMicroService
lang: java
name: null
nodeSelectorSpec: null
sourceFileLocation: null

May 07, 2019 3:54:32 PM amino.run.policy.Library$ServerPolicyLibrary $__initialize
INFO: Creating app object '!!amino.run.app.MicroServiceSpec
annotations: {}
constructorName: null
dmList:
- configs: []
  name: amino.run.policy.mobility.explicitmigration.ExplicitMigrationPolicy
javaClassName: com.openalpr.jni.AlprMicroService
lang: java
name: null
nodeSelectorSpec: null
sourceFileLocation: null
' with parameters [Ljava.lang.Object;@67571374
May 07, 2019 3:54:32 PM amino.run.policy.Library$ServerPolicyLibrary pin_to_server
INFO: Started pinning kernel object KernelObject(-474074784) to 100.64.40.184/100.64.40.184:22343
May 07, 2019 3:54:32 PM amino.run.policy.Library$ServerPolicyLibrary pin_to_server
INFO: Finished pinning kernel object KernelObject(-474074784) to 100.64.40.184/100.64.40.184:22343
Successfully saved a file at ./2019-05-07-03-54-15.jpg
Loading library.
Loaded library.
Processing image file: 2019-05-07-03-54-15.jpg
Finished processing image file. Result json size: 23221
<=========----> 75% EXECUTING [2m 37s]
> :openALPR:subprojects:runks
VenuReddy2103 commented 5 years ago

LGTM