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

When interrupting run of multiple streams vaclient prints fps of last stream not average #106

Closed
whbruce opened this issue Feb 23, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@whbruce
Copy link

whbruce commented Feb 23, 2022

Example output: average fps is displayed as 27.57 but should be approx 30.

Starting pipeline 1
Starting pipeline object_detection/person_vehicle_bike, instance = 03dcf46c860911ec839b1c697aaaa6b4
Pipeline 1 running - instance_id = 03dcf46c860911ec839b1c697aaaa6b4
Starting pipeline 2
Starting pipeline object_detection/person_vehicle_bike, instance = 04c61624860911ec839b1c697aaaa6b4
Pipeline 2 running - instance_id = 04c61624860911ec839b1c697aaaa6b4
2 pipelines running.
Pipeline status @ 7s
- instance=03dcf46c860911ec839b1c697aaaa6b4, state=RUNNING, 33fps
- instance=04c61624860911ec839b1c697aaaa6b4, state=RUNNING, 27fps
^C
Stopping Pipeline...
Pipeline stopped
Stopping Pipeline...
Pipeline stopped
Pipeline status @ 9s
- instance=03dcf46c860911ec839b1c697aaaa6b4, state=ABORTED, 32fps
- instance=04c61624860911ec839b1c697aaaa6b4, state=ABORTED, 28fps
avg_fps: 27.57
@whbruce whbruce added the bug Something isn't working label Feb 23, 2022
@whbruce
Copy link
Author

whbruce commented Jun 14, 2022

Fixed in v0.7.2.

@whbruce whbruce closed this as completed Jun 14, 2022
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

1 participant