Pedestrian and Bicyclist Classification Using Deep Learning

조회 수: 1 (최근 30일)
Arjun Gupta
Arjun Gupta 2019년 11월 9일
답변: Pujitha Narra 2019년 11월 12일
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