Training a FasterRCNN Network?
1 view (last 30 days)
Show older comments
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 Comments
Kevin Chng
on 1 Nov 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.
Answers (0)
See Also
Categories
Find more on Image Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!