Training a FasterRCNN Network?
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
Kevin Chng
2018-11-1
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.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!