-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Feature: speed up request * Update dockercompose * Add models * Update variable * Refactor pi4 * Refactor pi4 * Refactor tf-serving * Add files * Add files Co-authored-by: Sarun Nun <[email protected]>
- Loading branch information
Showing
12 changed files
with
340 additions
and
806 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
# alpr-jetson | ||
# ALPR-IoT | ||
|
||
ALPR using Nvidia Jetson Nano and Raspberry Pi for (2147336) Internet of Things | ||
|
||
## Components | ||
--- | ||
- Nvidia Jetson Nano | ||
- STM32F411RE | ||
- Raspberry Pi4 x 2 | ||
- Azure VM | ||
- Nvidia CUDA GPU (Tensorflow Serving) | ||
|
||
## Models | ||
--- | ||
- TensorRT SSD MobilenetV2 | ||
- OpenALPR | ||
- TessaractOCR | ||
- License Plate Detector | ||
|
||
## System Diagram | ||
--- | ||
![](docs/iot.jpg) | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,4 +1,5 @@ | ||
default: | ||
url : | ||
token : | ||
tf_serving_url : | ||
tf_serving_url : | ||
azure_url: |
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.