Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 872 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 872 Bytes

ground-segmentation

Learning a deep neural network for ground segmentation.

Usage

Clone project and install dependencies

git clone https://github.com/gaunthan/ground-segmentation.git
cd ground-segmentation
pip install -r requirements.txt

Download dataset

Run get_dataset.py to download the dataset. We use cmu-corridor-dataset to train the model.

View Notebook

Launch JupyterLab

Under ground-segmentation, run the following command to launch JupyterLab

jupyter-lab .

Model definition, training and inference are written in notebook ground_segmentation.ipynb.

you can open it in JupyterLab.

View on Web Browser

Or, you can view the notebook on web browser by Jupyter Notebook Viewer.

Click the lick to view.