フィルターのクリア

Pedestrian and Bicyclist Classification Using Deep Learning

2 ビュー (過去 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 Center および File ExchangeParallel and Cloud についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by