F0xZz / 360-Surround-View-CUDA-Project

10000 fps πŸš€ for 360 Surround-View CUDA Solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

10000 fps πŸš€ for 360 Surround-View CUDA Solution

The project refers to AdasSourrondView[3], modified to a cuda-accelerated version.

Blob:CSDN

Reference Repo

index repo info
1 surround-view-system-introduction python verison, refrence repo for 2D avm
2 3d surround-view-system cuda+opengl verison, for 3d avm
3 AdasSourrondView c++ verison

Build And Run

run surround_view.ipynb or nvcc cuda.cu -o cuda -lopencv_core -lopencv_imgcodecs && ./cuda

Result

The code inputs are 4 fisheye camera images, and the stitched image results are as follows. The project utilizes cuda to accelerate the c++ code with a frame rate over 10k.

About

10000 fps πŸš€ for 360 Surround-View CUDA Solution


Languages

Language:Jupyter Notebook 93.9%Language:C++ 4.6%Language:Cuda 1.3%Language:CMake 0.2%