IvLabs / autonomous-delivery-robot

Repository for Autonomous Delivery Robot project of IvLabs, VNIT
http://www.ivlabs.in/autonomous-driving-platform.html
69 stars 18 forks source link

code optimization or translation #21

Closed patilunmesh closed 4 years ago

patilunmesh commented 4 years ago

Kindly go through the python scripts and post what can be done.

patilunmesh commented 4 years ago

I think we are done with optimization but what about translation? are we going to do it or not? @akshaykvnit

akshaykulkarni07 commented 4 years ago

@patilunmesh Translation to what? C++? Or numba or something?

patilunmesh commented 4 years ago

Translation to cpp. but I don't think we need to do it. Now that I have tested the code.

navidpanchi commented 4 years ago

I'm learning numba, after that maybe we can profile the code and see if there is a need of optimization for any function.