Skip to content

eeyrw/LaneDatasetInspector

Repository files navigation

LaneDatasetInspector

There are some simple python code for walking through the popular lane detection dataset. The usage is pretty simple:

python CULaneDbInspector.py --rootDir DATA_SET_DIR
python TuSimpleDbInspector.py --rootDir DATA_SET_DIR 
python VPGNetDbInspector.py --rootDir DATA_SET_DIR
python CaltechLanesDbInspector.py --rootDir DATA_SET_DIR

1 2 3 3

PS: BDD100kDbInspector.py is under construction.

Following python lib should be installed:

scipy

numpy

cv2

tqdm

Contribution from other GitHub users:

The implementation of visualizer for caltech-lanes (CaltechLanesDbInspector.py) is done by github user sandeepnmenon.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages