Skip to content

Commit 7b80f6b

Browse files
committed
har_trees: Fix dataset name
1 parent f5f3902 commit 7b80f6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/har_trees/har_live.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def render_display(ssd, durations):
160160
def main():
161161

162162
# Settings
163-
DATASET = 'cgestures'
163+
DATASET = 'uci_har'
164164
BLE_ENABLED = False
165165
MIN_PROBABILITY = 0.4 # if no class has higher, consider as "other"
166166
SAMPLERATE = 100 # TODO: load from model meta.json

0 commit comments

Comments
 (0)