You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
According to the challenge homepage, a proposed algorithm is evaluated using the following six criteria: Average selected bitrate (Mbps), Average buffer occupancy (s), Average live latency (s), Average number of bitrate switches, Average number of stalls, Average stall duration (s).
However, only the switch history, stallDuration, avgLatency, and avgBufferLength are provided in the log after running a test mode. Here is the result I got:
@nvduc Ok, average bitrate and # switches have been added, and stats are saving to a json file (one per run). I haven't yet computed the NQoE score but I'll do that tomorrow.
According to the challenge homepage, a proposed algorithm is evaluated using the following six criteria: Average selected bitrate (Mbps), Average buffer occupancy (s), Average live latency (s), Average number of bitrate switches, Average number of stalls, Average stall duration (s).
However, only the switch history, stallDuration, avgLatency, and avgBufferLength are provided in the log after running a test mode. Here is the result I got:
Could you please update the code so that I can get all the above six statistics to evaluate my algorithm?
The text was updated successfully, but these errors were encountered: