Fast visualization of radar_scenes based on oleschum/radar_scenes

Overview

RadarScenes Tools

About

viewer example

This python package provides fast visualization for the RadarScenes dataset.

The Open GL based visualizer is smoother than oleschum/radar_scenes, but has some functionality stripped off to be more suitable for an online visualization setting.

Installation

The package is designed for Python versions >=3.8.

Navigate to the repo root:

cd vispy_radar_scenes

Install inside your virtual environment using:

pip install .

or

python setup.py install

Virtual Environment

It is highly recommended to install the package in its own virtual environment. To do so, create a virtual environment prior to installation of the package:

python3 -m venv ~/.virtualenvs/radar_scenes

This will create a python virtual environment called radar_scenes in the folder .virtualenvs in your home directory.

This environment can be activated via

source ~/.virtualenvs/radar_scenes/bin/activate

An active virtual environment is indicated by a preceding (radar_scenes) line before the usual bash prompt.

Once the virtual environment is active, the package can be installed with the command

cd vispy_radar_scenes
pip install .

Citation

Please refer to www.radar-scenes.com to get instructions on how to cite the data set.

Usage

After successful installation, the vispy_radar_scenes package is available in your python environment.

Radar Data Viewer

During installation, the command rad_viewer is made available. If you have installed the package into a virtual environment, this command is only available while the virtual environment is active.

Calling vispy_rad_viewer launches the radar data viewer. As an optional command line argument, a path to a *.json file from the RadarScenes dataset can be provided. The sequence will then be loaded directly on start up.

Example:

(radar_scenes)
$ vispy_rad_viewer ~/datasets/radar_scenes/data/sequence_128/scenes.json

The time slider itself or the arrow keys on your keyboard can be used to scroll through the sequence.

License

This project is licensed under the terms of the MIT license.

Notice, however, that the RadarScenes data set itself comes with a different license.

You might also like...
Statistical data visualization using matplotlib

seaborn: statistical data visualization Seaborn is a Python visualization library based on matplotlib. It provides a high-level interface for drawing

Interactive Data Visualization in the browser, from  Python
Interactive Data Visualization in the browser, from Python

Bokeh is an interactive visualization library for modern web browsers. It provides elegant, concise construction of versatile graphics, and affords hi

Declarative statistical visualization library for Python
Declarative statistical visualization library for Python

Altair http://altair-viz.github.io Altair is a declarative statistical visualization library for Python. With Altair, you can spend more time understa

Missing data visualization module for Python.
Missing data visualization module for Python.

missingno Messy datasets? Missing values? missingno provides a small toolset of flexible and easy-to-use missing data visualizations and utilities tha

Streaming pivot visualization via WebAssembly
Streaming pivot visualization via WebAssembly

Perspective is an interactive visualization component for large, real-time datasets. Originally developed for J.P. Morgan's trading business, Perspect

3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)
3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)

PyVista Deployment Build Status Metrics Citation License Community 3D plotting and mesh analysis through a streamlined interface for the Visualization

Statistical data visualization using matplotlib

seaborn: statistical data visualization Seaborn is a Python visualization library based on matplotlib. It provides a high-level interface for drawing

Interactive Data Visualization in the browser, from  Python
Interactive Data Visualization in the browser, from Python

Bokeh is an interactive visualization library for modern web browsers. It provides elegant, concise construction of versatile graphics, and affords hi

Declarative statistical visualization library for Python
Declarative statistical visualization library for Python

Altair http://altair-viz.github.io Altair is a declarative statistical visualization library for Python. With Altair, you can spend more time understa

Owner
Henrik Söderlund
Ma. Sc. Degree in Electronics with specialization in Robotics and Control                    Ba. Sc. Degree in Electronics and Computer Technology
Henrik Söderlund
Fast data visualization and GUI tools for scientific / engineering applications

PyQtGraph A pure-Python graphics library for PyQt5/PyQt6/PySide2/PySide6 Copyright 2020 Luke Campagnola, University of North Carolina at Chapel Hill h

pyqtgraph 3.1k Jan 8, 2023
Fast data visualization and GUI tools for scientific / engineering applications

PyQtGraph A pure-Python graphics library for PyQt5/PyQt6/PySide2/PySide6 Copyright 2020 Luke Campagnola, University of North Carolina at Chapel Hill h

pyqtgraph 2.3k Feb 13, 2021
Fast data visualization and GUI tools for scientific / engineering applications

PyQtGraph A pure-Python graphics library for PyQt5/PyQt6/PySide2/PySide6 Copyright 2020 Luke Campagnola, University of North Carolina at Chapel Hill h

pyqtgraph 2.3k Feb 17, 2021
Declarative statistical visualization library for Python

Altair http://altair-viz.github.io Altair is a declarative statistical visualization library for Python. With Altair, you can spend more time understa

Altair 8k Jan 5, 2023
Interactive Data Visualization in the browser, from Python

Bokeh is an interactive visualization library for modern web browsers. It provides elegant, concise construction of versatile graphics, and affords hi

Bokeh 17.1k Dec 31, 2022
Statistical data visualization using matplotlib

seaborn: statistical data visualization Seaborn is a Python visualization library based on matplotlib. It provides a high-level interface for drawing

Michael Waskom 10.2k Dec 30, 2022
Simple, realtime visualization of neural network training performance.

pastalog Simple, realtime visualization server for training neural networks. Use with Lasagne, Keras, Tensorflow, Torch, Theano, and basically everyth

Rewon Child 416 Dec 29, 2022
Apache Superset is a Data Visualization and Data Exploration Platform

Superset A modern, enterprise-ready business intelligence web application. Why Superset? | Supported Databases | Installation and Configuration | Rele

The Apache Software Foundation 50k Jan 6, 2023
Debugging, monitoring and visualization for Python Machine Learning and Data Science

Welcome to TensorWatch TensorWatch is a debugging and visualization tool designed for data science, deep learning and reinforcement learning from Micr

Microsoft 3.3k Dec 27, 2022
Python script to generate a visualization of various sorting algorithms, image or video.

sorting_algo_visualizer Python script to generate a visualization of various sorting algorithms, image or video.

null 146 Nov 12, 2022