as6520 / pipe-without-vital

Test repo to demonstrate the feasibility of transmitting a user defined python between two python process in KWIVER

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipe-without-vital

Test repo to demonstrate the feasibility of transmitting a user defined python type between two python process in KWIVER

Requirements

  1. Fletch
  2. Kwiver

Building instructions

From project source directory

mkdir -p build
cd build
cmake ../ -Dkwiver_DIR=<path to kwiver build directory> -Dfletch_DIR=<path to fletch build directory>

Instructions for running the pipeline

From your build directory

pipeline_runner -p example/sender-receiver.pipe

About

Test repo to demonstrate the feasibility of transmitting a user defined python between two python process in KWIVER


Languages

Language:Python 82.2%Language:CMake 14.6%Language:Shell 3.2%