Pedestrian and Bicyclist Classification Using Deep Learning

1 次查看(过去 30 天)
I tried running the code for 'Pedestrian and Bicyclist Classification Using Deep Learning' by simply running it on MATLAB online with:
openExample('phased/PedestrianAndBicyclistClassificationUsingDeepLearningExample')
But I get stuck on the 4th line of the demo:
[xPedRec,xBicRec,xCarRec,Tsamp] = helperBackScatterSignals(numPed,numBic,numCar);
Getting the following error:
MATLAB operation interrupted. Operation(s) taking longer than 295 seconds are not supported for this product offering.
Operation terminated by user during phased.FreeSpace/computeMultiplePropagatedSignal (line 196)
In phased.internal.AbstractFreeSpace/stepImpl (line 558)
[tempxp,propdelay] = computeMultiplePropagatedSignal(obj,x,ncol_per_path,...
In helperBackScatterSignals (line 103)
xBicCh = channel_bic(repmat(txWave,1,size(posBic,2)),posr,posBic,velr,velBic); % simulate channel
Could this be because I'm using MATLAB online? Any ideas what I could do to resolve this?

回答(1 个)

Pujitha Narra
Pujitha Narra 2019-11-12
Hi Arjun,
You are right. Using an installed version of MATLAB is a better choice in scenarios with heavy processing as you would then have a dedicated CPU.

类别

Help CenterFile Exchange 中查找有关 Parallel and Cloud 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by