-
Notifications
You must be signed in to change notification settings - Fork 7
/
sage.yaml
37 lines (37 loc) · 1.05 KB
/
sage.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: "wildfire-smoke-detection"
description: "Wildfire Smoke Detection"
version : "0.7.3"
namespace: "iperezx"
authors: "Ismael Perez <[email protected]>"
license: "MIT license"
homepage: "https://github.com/iperezx/sage-smoke-detection"
keywords: "machine learning, long short-term memory networks, image classification, smoke, hpwren"
funding: 'NSF 1935984'
collaborators: 'Pete Beckman, Nicola Ferrier, Joseph Swantek, Neal Conrad, Raj Sankaran, Sean Shahkarami, Seongha Park, Wolfgang Gerlach, Yongho Kim'
source:
architectures:
- linux/amd64
- linux/arm64
url: "https://github.com/iperezx/sage-smoke-detection"
branch: master
inputs:
- id: "smoke-threshold"
type: "float"
- id: "camera"
type: "string"
- id: "camera-type"
type: "string"
- id: "hpwren-camera-id"
type: "int"
- id: "hpwren-site-id"
type: "int"
- id: "smokeynet-delay"
type: "float"
- id: "sage-data-topic"
type: "string"
- id: "sage-data-topic"
type: "string"
- id: "model-file-name"
type: "string"
- id: "model-type"
type: "string"