-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Integrating grafana to display data #21
feat: Integrating grafana to display data #21
Conversation
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM- tested and worked from my box
src/app/loss_prevention.py
Outdated
@@ -1,19 +1,32 @@ | |||
''' | |||
* Copyright (C) 2024 Intel Corporation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the copyright needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was able to build and start all the containers, but gstreamer is failing with following error -
Is it some version issue ? Am I missing some pip install step ?
(gst-plugin-scanner:24): GStreamer-WARNING **: 21:01:47.480: Failed to load plugin '/opt/intel/dlstreamer/gstreamer/lib/gstreamer-1.0/libgstximagesrc.so': libXtst.so.6: cannot open shared object file: No such file or directory
Traceback (most recent call last):
File "/opt/intel/dlstreamer/lib/gstreamer-1.0/python/python_object_association.py", line 20, in <module>
from deep_sort_realtime.deep_sort.tracker import Tracker
ModuleNotFoundError: No module named 'deep_sort_realtime'
Traceback (most recent call last):
File "/opt/intel/dlstreamer/lib/gstreamer-1.0/python/pytorch_tensor_inference.py", line 16, in <module>
import torch
ModuleNotFoundError: No module named 'torch'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after copyright is added to loss_prevention.py
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
PR Checklist
What are you changing?
Issue this PR will close
close: #issue_number
Anything the reviewer should know when reviewing this PR?
Test Instructions if applicable
If the there are associated PRs in other repositories, please link them here (i.e. intel-retail/loss-prevention )