Training a FasterRCNN Network?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I am trying to train a fasterRcnnNetwork using a pretrianed 'Alexnet'. According to documentation for that, I have to use the trainFasterRCNNObjectDetector command.
My Question is do I have to modify the network as described on this link; https://www.mathworks.com/help/vision/ug/faster-r-cnn-examples.html#mw_51a5e174-51f2-4da8-892b-16d3ce2278e2 or if I give it the trained network name, it will do it automatically?
Thanks
2 comentarios
Kevin Chng
el 1 de Nov. de 2018
Hi,
The example is to build deep learning model from scratch.
If you want to use pretrained network with alexnet, first of all, do you want to change the classification layer? or maintain the original 1000 categories in alexnet.
if you have your own classification/categories, you may need to do transfer-learning first.
Respuestas (0)
Ver también
Categorías
Más información sobre Image Data Workflows 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!