You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this project there are mainly three stages. 1. Preprocessing
read PC data and convert to BEV image 2. CNN
pass bev image through yolov3 network 3. Postprocessing
decode yolo output, draw and display results.
The BEV conversion script is implemented using python numpy functions, to make it super real time we have to change this function into PyTorch CUDA. It will be great if anyone can do it.
Thanks.
The text was updated successfully, but these errors were encountered:
In this project there are mainly three stages.
1. Preprocessing
read PC data and convert to BEV image
2. CNN
pass bev image through yolov3 network
3. Postprocessing
decode yolo output, draw and display results.
The BEV conversion script is implemented using python numpy functions, to make it super real time we have to change this function into PyTorch CUDA. It will be great if anyone can do it.
Thanks.
The text was updated successfully, but these errors were encountered: