-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from johan-alfven-arm/topic/add_to_experimental
Add har_int8 and ssd_mobilenet_v3_int8
- Loading branch information
Showing
4 changed files
with
38 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# har_int8.tflite | ||
|
||
## Description | ||
Model internally developed. | ||
Based on dataset https://www.cis.fordham.edu/wisdm/dataset.php | ||
|
||
## License | ||
Apache v2 | ||
|
||
## Network Inputs | ||
| Input Node Name | Shape | Example Path | Example Type | Example Use Case | | ||
|-----------------|-------|--------------|------------------|--------------| | ||
| conv2d_input | (1, 90, 3, 1) | models/ | | Accelerometer data of someone walking. | | ||
|
||
## Network Outputs | ||
| Output Node Name | Shape | Description | | ||
|------------------|-------|-------------| | ||
| Identity | (1, 6) | Class probability of 6 classes | |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# ssd_mobilenet_v3_int8.tflite | ||
|
||
## Description | ||
http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v3_small_coco_2019_08_14.tar.gz | ||
This model is directly derived from the above URLs, with only the post processing removed | ||
|
||
## License | ||
https://github.com/tensorflow/models/blob/master/LICENSE | ||
Apache v2 | ||
|
||
## Network Inputs | ||
| Input Node Name | Shape | Example Path | Example Type | Example Use Case | | ||
|-----------------|-------|--------------|------------------|--------------| | ||
| normalized_input_image_tensor | (1, 320, 320, 3) | N/A | N/A | N/A | | ||
|
||
## Network Outputs | ||
| Output Node Name | Shape | Description | | ||
|------------------|-------|-------------| | ||
| raw_outputs/class_predictions | (1, 2034, 91) | Class predictions | | ||
| raw_outputs/box_encodings | (1, 2034, 4) | Boxe Encodings | |
Binary file added
BIN
+2.31 MB
models/experimental/ssd_mobilenet_v3_int8/ssd_mobilenet_v3_int8.tflite
Binary file not shown.