The m.neural_network toolset consists of following modules:
m.neural_network.tindex: create tile index for data preparation as first step for the process of creating a neural networkm.neural_network.preparedata_part1: prepare training and/or apply data as first step for the process of creating a neural network.m.neural_network.preparedata_part1.worker_nullcells: Worker module form.neural_network.preparedata_part1to check null cellsm.neural_network.preparedata_part1.worker_export: Worker module form.neural_network.preparedata_part1to export data
m.neural_network.preparedata_part2: prepare training and/or apply data for use in model training and applicationm.neural_network.preparedata_part2.worker_label: Worker module form.neural_network.preparedata_part2to check and rasterize label data
m.neural_network.train: training of a semantic segmentation model with smp librariesm.neural_network.test: calculation of statistics for quality assessmentm.neural_network.apply: application of a trained model to new datam.neural_network.postprocessing.patch: patches the tiles (GeoTIFFs) which results from neural network inferencem.neural_network.postprocessing.vectorize: vectorizes the classification raster output and clean results (remove small areas, if set straighten lines)m.neural_network.postprocessing.snapref: snaps classification vector with reference data.
v.out.geojsonfrom mundialis