forked from microsoft/jumpstart-agora-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NumPy runtime error in contoso_manufacturing contosowebapp contai…
…ner (microsoft#152) * Add numpy version 1.26.4 to requirements to fix Dockerfile runtime error: numpy.core.multiarray failed to import * Add numpy version 1.26.4 to requirements to fix Dockerfile runtime error: numpy.core.multiarray failed to import * Merge Users/robstarling/fps2 into dev (#3) * add basic inference time calc * print number of frames and fps * printing avg inference time in logs * exclude preprocessing time from fps * FPS logging * turn on verbose logging for YOLO v8 OVMS helmet inferencing * add multi-line FPS display * Display separate FPS metrics for inferencing, pre, and post processing. * revert perfromance debug settings: skip rate, verbosity, timestamps * remove pre-process and post-process FPS calculations; not needed for mainline * restore original app.py from dev branch * fix code commenting --------- Co-authored-by: niachary <[email protected]> --------- Co-authored-by: niachary <[email protected]>
- Loading branch information
1 parent
af91e37
commit 2edcf5d
Showing
2 changed files
with
69 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ opencv-contrib-python==4.9.0.80 | |
ovmsclient==2023.1 | ||
tabulate==0.9.0 | ||
scipy==1.13.0 | ||
numpy==1.26.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters