SpectacularAI / sdk-examples

Spectacular AI SDK examples
Apache License 2.0
203 stars 35 forks source link

Extend vio_visu.py with file support #3

Closed oseiskar closed 2 years ago

oseiskar commented 2 years ago

Now supports the following use cases:

  1. Original: visualize live data python vio_visu.py
  2. Visualize pre-recorded file python vio_visu.py --file /path/to/data.jsonl
  3. Remote visualization over SSH ssh user@example.org 'cd /some/path; ./vio_jsonl' | python -u vio_visu.py --file=-