umigv / goat

Codebase for the GOAT
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Research possible CUDA speed ups for code #482

Open mattsara24 opened 4 years ago

mattsara24 commented 4 years ago

Code currently runs at around 4 FPS on the Jetson so we need to find ways to make it faster. Task includes finding python libraries that will make use of the GPU for NumPy like functionality, and to enhance speed with GPU functions in OpenCV. Goal includes rewriting code to include the best researched options to hopefully get speed between 5 and 10 FPS.