Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

VA Client outputs blank lines if watermarking enabled in spatial analytics pipelines #80

Closed
whbruce opened this issue Jul 30, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@whbruce
Copy link

whbruce commented Jul 30, 2021

Spatial analytics extensions add regions for display in watermarked output which vaclient interprets as null detections.

Steps to re-create:

  • Update vaclient/parameter_files/object-line-crossing.json to enable watermarking
  • Re-build container
  • Start service
  • Run client as shown below and note output
$ ./vaclient/vaclient.sh run object_tracking/object_line_crossing https://github.com/intel-iot-devkit/sample-videos/blob/master/people-detection.mp4?raw=True --parameter-file vaclient/parameter_files/object-line-crossing.json
Pipeline running: object_tracking/object_line_crossing, instance = 1
Timestamp 0
-
-
-
-
-
-
-
-
-
Timestamp 83333333
<snip>
Timestamp 2000000000
- person (0.80) [0.31, 0.55, 0.48, 1.00] {'id': 1}
-
-
-
-
-
-
-
-
-
Timestamp 2083333333
- person (0.91) [0.32, 0.54, 0.47, 1.00] {'id': 1}
-
-
-
-
-
-
-
-
-
@whbruce whbruce added the bug Something isn't working label Jul 30, 2021
@antoniomtz
Copy link

I also experienced an issue when enabling watermark to the object zone count.
For some reason, I was not able to consume the RTSP stream on VLC.
I was able to consume the RTSP stream on VLC if watermark is disable.

@whbruce
Copy link
Author

whbruce commented Aug 18, 2021

@antoniomtz we are addressing and "extra line" issue. I will open a separate issue for zone counting watermarking preventing RTSP re-streaming with VLC.

@whbruce
Copy link
Author

whbruce commented Oct 4, 2021

Fixed in v0.6.1.

@whbruce whbruce closed this as completed Oct 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants