Skip to content

Training new models

Andrei Cramariuc edited this page Jul 25, 2018 · 3 revisions

How to train the data-driven models with the segmappy package.

First make sure that the segmappy package is installed (See Install SegmapPy python package).

Train CNN model

To train the data-driven model:

$ source ~/segmappyenv/bin/activate
$ segmappy_train_cnn

Once the training has ended, the semantic layers should also be trained:

$ segmappy_train_semantics
Clone this wiki locally