How can I apply my faster RCNN Object Detector on the example "Tracking Pedestrians from a Moving Car"
1 次查看(过去 30 天)
显示 更早的评论
I trained my faster RCNN Object Detector. I want to apply my detector on a video. So, I found a good example in Matlab. It's the Tracking Pedestrians from a Moving Car Example. I tried to change the ACF detector to the faster RCNN detector in the example. But It couldn't work. Please let me know how to apply the faster RCNN detector on the example. Thank you!
% Create system objects used for reading video, loading prerequisite data file, detecting pedestrians, and displaying the results.
videoFile = 'vippedtracking.mp4';
scaleDataFile = 'pedScaleTable.mat'; % An auxiliary file that helps to determine the size of a pedestrian at different pixel locations.
obj = setupSystemObjects(videoFile, scaleDataFile);
detector = peopleDetectorACF('caltech');
2 个评论
Birju Patel
2017-7-20
When you say it's not working, do you mean it doesn't detect anything or are you getting an error?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computer Vision with Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!