Skip to content
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

Adding integration with Google Cloud Logging and Storage #2215

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

hilliao
Copy link

@hilliao hilliao commented Dec 20, 2023

Enhance the use case to integrate with Google Cloud logging and storage in the post processing of the image frame method. I want to have this reviewed as a draft. I want to create a RTSP security camera person detection use case for detecting people in the video stream. The alerts are sent by configured Google Cloud log based alert.

…o Google Cloud Logging ; upload the detection pictures to Google Cloud Storage.
…ced parameters to the storage bucket and blob path.
…rson detected images to files only if the folder exists.
@dtrawins
Copy link
Collaborator

@hilliao We are going to drop this demo and replace it with a gRPC streaming client with graph example based on MediaPipe graphs. #2170
This new functionality improved the communication mechanism via simple client, better performance and ability to run stateful pipelines.

@hilliao
Copy link
Author

hilliao commented Dec 20, 2023

@dtrawins I looked at the pull request, the current person_vehicle_bike_detection.py has def postprocess(inference_result: np.ndarray) for me to add my use case. I don't see how that's possible with the new (https://github.com/openvinotoolkit/model_server/blob/main/demos/mediapipe) ; besides, will the output stream visualizer have a green box containing the detected person? My use cases is to save such image in the post process method. How can I do that in the new code?

@atobiszei atobiszei added the contribution External contribution label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution External contribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants