Skip to content
#

3d-to-2d

Here are 16 public repositories matching this topic...

A real-time 3D function visualizer with a plug-and-play GPU pipeline—write simple compute shaders to create custom effects without dealing with complex rendering internals.

  • Updated Apr 20, 2026
  • Python

Projection of 3D Camera Points onto the 2D images of each camera and finally create a Bird's Eye View (BEV) representation by combining the projected points from all cameras onto a single 2D grid. The BEV provides a top-down view of the scene, which is crucial for tasks like object detection, tracking, and path planning in autonomous driving.

  • Updated Jan 1, 2025
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the 3d-to-2d topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the 3d-to-2d topic, visit your repo's landing page and select "manage topics."

Learn more