nhquanqt / ssdf-lane-seg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSDF Lane Segmentation

This is the package to predict lane segmentation from images.

Installlation

Requirements

Run:

pip install -r requirements.txt

Current Supported Segmentation Models

Mobilenet Unet in Pytorch

You can run from a launch file for UIT simulation. It will load a TorchScript model located at <package_dir>/data/baseline_jit.pth. Please see the launch file and override the arguments if need:

roslaunch lane_seg uit.launch

If you want to run lane segmentation without using PyTorch JIT:

roslaunch lane_seg uit.launch use_jit:=false model_path:=/path/to/model/weight

About


Languages

Language:Python 96.1%Language:CMake 3.9%