generated from waggle-sensor/edge-app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsage.yaml
42 lines (42 loc) · 1.07 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
38
39
40
41
42
name: "traffic-counter"
description: "Counting vehicles using object detection and tracking"
keywords: "traffic, vehicle, counting vehicles"
version: "1.0.0"
authors: "Yongho Kim <yongho.kim@anl.gov>"
collaborators: "Seongha Park <seongha.park@anl.gov>, Rajesh Sankaran <rajesh@mcs.anl.gov>, Josh Auld <jauld@anl.gov>, Natalia Zuniga <nzuniga@anl.gov>"
funding: ""
license: "MIT"
homepage: "https://github.com/waggle-sensor/plugin-trafficcounter/blob/main/ecr-meta/ecr-science-description.md"
source:
architectures:
- "linux/amd64"
- "linux/arm64"
url: "https://github.com/waggle-sensor/plugin-trafficcounter.git"
branch: "main"
inputs:
- id: "lanes"
type: "string"
- id: "stream"
type: "string"
- id: "duration"
type: "int"
- id: "input-file"
type: "string"
- id: "output-file"
type: "string"
- id: "model"
type: "string"
- id: "labels"
type: "string"
- id: "detection-thres"
type: "float"
- id: "iou-thres"
type: "float"
- id: "max-age"
type: "int"
- id: "min-hits"
type: "int"
- id: "iou-threshold"
type: "float"
metadata:
ontology: env.traffic.count.*