Borrar filtros
Borrar filtros

How to train object detector for Line and Polygon Labels?

12 visualizaciones (últimos 30 días)
Andrey Senkov
Andrey Senkov el 3 de Dic. de 2023
I can train object detector oly for Rectangle ROI labels:
[imds,pxds] = objectDetectorTrainingData(gTruth);
cds = combine(imds,pxds);
But I also have to detect Line and Polygon labels on my images. There are Line and Polygon label types in the image labeller. But there is absolutely no information about how to get training data of them.

Respuestas (0)

Categorías

Más información sobre Recognition, Object Detection, and Semantic Segmentation en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by