Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions InferenceSystem/deploy/inference-pod-0-configmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: orchestrator-configs
namespace: inference-pod-0
data:
config.yml: |
orchestrator_config:
model_id: "orcasound/orcahello-srkw-detector-v1.030926"
model_hf_repo_id: "orcasound/orcahello-srkw-detector-v1"
model_config_path: "./model/config.yaml"
hls_stream_type: "LiveHLS"
hls_live_delay_buffer: 60
inference_segment_size: 60
upload_to_azure: true
delete_local_wavs: true
model_config_overrides:
inference:
max_batch_size: 2
global_prediction:
pred_global_threshold: 0.6

location_config:
- location_id: "rpi_orcasound_lab"
hls_hydrophone_id: "rpi_orcasound_lab"

- location_id: "rpi_andrews_bay"
hls_hydrophone_id: "rpi_andrews_bay"

- location_id: "rpi_bush_point"
hls_hydrophone_id: "rpi_bush_point"

- location_id: "rpi_north_sjc"
hls_hydrophone_id: "rpi_north_sjc"
Comment thread
akashmjn marked this conversation as resolved.

- location_id: "rpi_mast_center"
hls_hydrophone_id: "rpi_mast_center"

- location_id: "rpi_sunset_bay"
hls_hydrophone_id: "rpi_sunset_bay"

- location_id: "rpi_point_robinson"
hls_hydrophone_id: "rpi_point_robinson"

- location_id: "rpi_port_townsend"
hls_hydrophone_id: "rpi_port_townsend"
Loading
Loading