HAR Pipeline - Human Activity Recognition Pipeline
Purpose
HAR Pipeline is a helper tool to run Human Activity Recognition pipelines. A HAR pipeline consists of a series of independent executables communicating over TCP and implementing the different processing stages of a human activity recognition algorithm.More generally, HAR pipeline allows to launch multiple command line tools in parallel and display their output in a tabbed interface.
The pipeline is defined by a text file (similar to a batch or shell script) containing the list of commands to launch and their parameters.
Key features
- Parses batch or shell scripts
- Highlights comments and invalid commands (i.e. executable not found)
- Joint start/stop of the entire pipeline
- Tabbed interface showing the output of each command
History
Version |
Release
date |
Changes |
0.9 |
23.03.2019 |
First release. |
Download
This project is hosted on github.Binaries are available from github directly.