-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing nodes to various places in InferenceSystem
Signed-off-by: Dave Thaler <dthaler1968@gmail.com>
- Loading branch information
Showing
10 changed files
with
140 additions
and
14 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
10 changes: 10 additions & 0 deletions
10
InferenceSystem/config/Production/FastAI_LiveHLS_MastCenter.yml
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,10 @@ | ||
model_type: "FastAI" | ||
model_local_threshold: 0.5 | ||
model_global_threshold: 3 | ||
model_path: "./model" | ||
model_name: "model.pkl" | ||
hls_stream_type: "LiveHLS" | ||
hls_polling_interval: 60 | ||
hls_hydrophone_id: "rpi_mast_center" | ||
upload_to_azure: True | ||
delete_local_wavs: True |
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
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,38 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: inference-system | ||
namespace: mast-center | ||
spec: | ||
replicas: 1 | ||
selector: | ||
matchLabels: | ||
app: inference-system | ||
template: | ||
metadata: | ||
labels: | ||
app: inference-system | ||
spec: | ||
containers: | ||
- name: inference-system | ||
image: orcaconservancycr.azurecr.io/live-inference-system:11-15-20.FastAI.R1-12.MaSTCenter.v0 | ||
resources: | ||
limits: | ||
cpu: 1 | ||
memory: 3G | ||
env: | ||
- name: AZURE_COSMOSDB_PRIMARY_KEY | ||
valueFrom: | ||
secretKeyRef: | ||
name: inference-system | ||
key: AZURE_COSMOSDB_PRIMARY_KEY | ||
- name: AZURE_STORAGE_CONNECTION_STRING | ||
valueFrom: | ||
secretKeyRef: | ||
name: inference-system | ||
key: AZURE_STORAGE_CONNECTION_STRING | ||
- name: INFERENCESYSTEM_APPINSIGHTS_CONNECTION_STRING | ||
valueFrom: | ||
secretKeyRef: | ||
name: inference-system | ||
key: INFERENCESYSTEM_APPINSIGHTS_CONNECTION_STRING |
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,38 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: inference-system | ||
namespace: north-sjc | ||
spec: | ||
replicas: 1 | ||
selector: | ||
matchLabels: | ||
app: inference-system | ||
template: | ||
metadata: | ||
labels: | ||
app: inference-system | ||
spec: | ||
containers: | ||
- name: inference-system | ||
image: orcaconservancycr.azurecr.io/live-inference-system:11-15-20.FastAI.R1-12.NorthSJC.v0 | ||
resources: | ||
limits: | ||
cpu: 1 | ||
memory: 3G | ||
env: | ||
- name: AZURE_COSMOSDB_PRIMARY_KEY | ||
valueFrom: | ||
secretKeyRef: | ||
name: inference-system | ||
key: AZURE_COSMOSDB_PRIMARY_KEY | ||
- name: AZURE_STORAGE_CONNECTION_STRING | ||
valueFrom: | ||
secretKeyRef: | ||
name: inference-system | ||
key: AZURE_STORAGE_CONNECTION_STRING | ||
- name: INFERENCESYSTEM_APPINSIGHTS_CONNECTION_STRING | ||
valueFrom: | ||
secretKeyRef: | ||
name: inference-system | ||
key: INFERENCESYSTEM_APPINSIGHTS_CONNECTION_STRING |
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
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