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

ABR module not used #1

Open
sheepmao opened this issue Jul 4, 2023 · 1 comment
Open

ABR module not used #1

sheepmao opened this issue Jul 4, 2023 · 1 comment

Comments

@sheepmao
Copy link

sheepmao commented Jul 4, 2023

First and foremost, we would like to express our gratitude for your diligent research efforts. After reviewing your published paper, I noticed that the entire training process is divided into two stages: the offline stage and the online stage, each with different rewards. The offline stage utilizes rewards based on predicted VMAF and size cost, among others, while the online stage relies on ABR algorithms to provide feedback on current metrics such as delay. However, it appears that the code provided in the repository does not include the online stage. I am wondering if it's possible to release the latest version of the code, as it would be extremely helpful for my ongoing research, which is similar in nature. Having access to the online stage portion would greatly serve as a valuable reference.

@godka
Copy link
Member

godka commented Jul 21, 2023

Hi there, sorry for the long delay. In the NOSSDAV version, we didn't apply ABR algorithms for the online stage. Instead, we employ an `optimal ABR algorithm' -- which can be viewed as the upper bound of existing ABRs. For details please check

util_arr = np.zeros(len(bitrate_ladder))

Regarding your question, it would be good to discuss the impact on different ABRs.

Feel free to let me know if you have any other questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants