Effacer les filtres
Effacer les filtres

Pedestrian and Bicyclist Classification Using Deep Learning

2 vues (au cours des 30 derniers jours)
Arjun Gupta
Arjun Gupta le 9 Nov 2019
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?

Réponses (1)

Pujitha Narra
Pujitha Narra le 12 Nov 2019
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.

Catégories

En savoir plus sur Parallel and Cloud dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by