Skip to content

How to use the debugging GUI

Nir Levin edited this page Feb 2, 2020 · 6 revisions

Dataflow image should be here

In order to start up the visualizer, run the command python3 vis.py [ --data <datasource> ] --algorithm <algorithm_path>. If no is specified, it will default to the webcam.

Example: python3 vis.py --data ../datasets/video.mp4 --algorithm ../tasks/Gate/mldetect.py

The Algorithm ROS Wrapper box represents a ROS node.

Perception Subteam Intro Project

Clone this wiki locally