Python Library for Lane Detection using Classical CV and JAX-based SCNN Implementations.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
37
commits
Move SCNN lane detector script to examples/detectors with its own config
0c4a08eView on GitHubFix minor bug in SCNN lane detector. Update run_scnn script to use SCNN lane detector
8e00137View on GitHubUpdate Pixi configuration. Update SCNN training configuration. Add script for running and recording SCNN preds
5f08bddView on GitHubAdd weighted cross-entropy loss for segmentation in SCNN trainer. Update example config accordingly
0b6e29bView on GitHubRefactor TuSimple dataset to use H5Py. Update all affected examples
8c28abfView on GitHubRefactor CULane dataset to use H5Py. Update dataloaders and examples accordingly
4b63d67View on GitHubUpdate SCNN trainer and model. Add SCNN training example
aa75889View on GitHub