KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
LIDAR-Lane-Detection
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Basketball_Video-Dataset
:
NCAA Basketball Data set which is a multi-player basketball data set with dense temporal event annotations in long videos
Valeyard
:
An easy-to-script bot written in PHP which attempts to link IRC with SQL database, allowing for integration between platforms
BPGAN-Signal-Compression
:
No description available.
AowuaTranslator
:
Aowua Translator
clean-git-action
:
Leave no build artifacts behind
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
LIDAR-Lane-Detection
?
Download (.md)
# LIDAR Lane Detection Vincent Tran Project explanation can be found in the [presentation](docs/LIDAR%20Lane%20Detection.pdf). EDIT (3 years later): I see a lot of people have been starring/cloning this repo. My implementation is naive/slow but accurate. The problem is that it takes too long to run in my opinion. One way to speed it up will be to run the algorithm on only a random 30% of the point cloud. This will increase speed, but decrease accuracy. ## Language Python 3.6.5 ## Libraries ``` $ pip install pptk $ pip install numpy ``` ## Execution ``` $ python runLaneDetection.py ``` ## Output PPTK will automatically open with the visualization of the detected lanes. Press ```[``` or ```]``` to toggle between different visual attributes. <img src="results/original.JPG" align="left" height="240" width="320"> <img src="results/final_result.JPG" align="left" height="240" width="320">