Skip to content

Commit

Permalink
Update mobilenet_video.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Apr 24, 2022
1 parent 5ec9ffd commit 53c8402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mobilenet_20201012/mobilenet_video.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ window.onload = function () {
if (Predictions.length>0) {
for (var i=0;i<Predictions.length;i++)
result.innerHTML+= Predictions[i].className+","+Math.round(Predictions[i].probability*100)/100+"<br>";
if (typeof recognitionFinish === 'function') recognitionFinish();
} else
result.innerHTML = "Unrecognizable";
setTimeout(function(){DetectVideo(obj);}, 100);
Expand Down

0 comments on commit 53c8402

Please sign in to comment.