Skip to main content

Awesome socc_plotter created by AdityaNG

Project description

socc_plotter

codecov CI GitHub License PyPI - Version PyPI - Downloads

Semantic Occupancy 3D Plotter. This is the plotter made by the SOccDPT project to create fancy 3D visuals. You can use this for your own AV or Robotics visualization!

demo

Install it from PyPI

pip install socc_plotter

Usage

The socc_plotter works on a callback mechanism since the GUI must be run on the main thread.

from socc_plotter.plotter import Plotter
import time

def callback(plot: Plotter):
    time.sleep(1)
    print("in callback")
    graph_region = plot.graph_region

    points = np.array([[1, 0, 0]])
    colors = np.array([[1, 1, 1]])

    graph_region.setData(pos=points, color=colors)

plotter = Plotter(
    callback=callback,
)
plotter.start()

NuScenes Demo

Start by downloading the NuScenes mini datset

mkdir -p data/nuscenes/
cd data/nuscenes/
wget -c https://www.nuscenes.org/data/v1.0-mini.tgz
tar -xf v1.0-mini.tgz

Install a few dependencies for the demo

pip install nuscenes-devkit==1.1.10
pip install transformers torch torchvision timm accelerate general_navigation

Run the demo

$ python -m socc_plotter
#or
$ socc_plotter

Development

Read the CONTRIBUTING.md file.

Cite

Cite our work if you find it useful

@article{NG2024SOccDPT,
  title={SOccDPT: 3D Semantic Occupancy from Dense Prediction Transformers trained under memory constraints},
  author={NG, Aditya},
  journal={Advances in Artificial Intelligence and Machine Learning},
  volume={ISSN: 2582-9793, Source Id: 21101164612},
  year={2024},
  url={https://www.oajaiml.com/}
}

TODO

  • Demo
    • RGB Frame
    • Depth perception
    • Semantic segmentation
    • NuScenes Calibration
    • NuScenes Vehicle trajectory
    • Semantic Occupancy Grid
  • Ensure demo dependencies are seperate from the module
  • Demo is to prompt the user to install dependencies
  • Demo is to auto download NuScenes and unarchive it
  • Test Cases
  • PiPy deployment

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

socc_plotter-0.5.0.tar.gz (595.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

socc_plotter-0.5.0-py3-none-any.whl (598.0 kB view details)

Uploaded Python 3

File details

Details for the file socc_plotter-0.5.0.tar.gz.

File metadata

  • Download URL: socc_plotter-0.5.0.tar.gz
  • Upload date:
  • Size: 595.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.7

File hashes

Hashes for socc_plotter-0.5.0.tar.gz
Algorithm Hash digest
SHA256 c2cb47cb55e9a3b35e5142848189958fb73d0851abf91c43dd3f0e0ec46bc4b1
MD5 aec68ed7d7bb6c5a506020f95a633349
BLAKE2b-256 af2219999ee995011bad0afbe9648e1aa472849d52ace284a0732896bbd7c0aa

See more details on using hashes here.

File details

Details for the file socc_plotter-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: socc_plotter-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 598.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.7

File hashes

Hashes for socc_plotter-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 43458e1cbe4a4e9ed33477dc03f6864bce6dd6d6deaa9b9a2fd169e7de0fb047
MD5 64f964c2da53dd70291683fdfd6f31ae
BLAKE2b-256 522f55a1039b4b2700aab6d12b409da59b987ee5a636edbdbe7318b0136be2ae

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page