How is the size of the input layer determined ('imageInputLayer')?

2 Ansichten (letzte 30 Tage)
How is the size of the input layer determined 'imageInputLayer'?

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 19 Apr. 2019

The image input size should be large enough to produce a meaningful feature maps at the input of the ROI pooling layer. "Meaningful" means that there is enough spatial information to resolve the objects of interest.

Sufficient information for resolving the objects of interest depends on the following:

1) The base network being trained.

2) The size of the training image.

3) The size of the objects of interest within the images.

4) The manner in which the function, 'trainFasterRCNNObjectDetector', is being called.

Weitere Antworten (0)

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by