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

Can I ask how you modified in the VTM correspondingly? #1

Open
ShayleeZhang opened this issue Dec 6, 2020 · 1 comment
Open

Can I ask how you modified in the VTM correspondingly? #1

ShayleeZhang opened this issue Dec 6, 2020 · 1 comment

Comments

@ShayleeZhang
Copy link

Firstly, Thanks for your codes. I hava learned a lot from your work.
But I still have some problems in how to use in VTM.
Can I know what your modified in VTM?
It is of great help to me. I will be appreciated.

@pinchieh
Copy link
Owner

pinchieh commented Dec 6, 2020

First of all, before vtm starts to encode the frames, use cnn to write the information of these frames into files (in encmain.cpp, insert the code for executing the model python file, you can refer to here https://github.com/tianyili2017/HEVC-Complexity-Reduction?fbclid=IwAR1dLr7PNc1GfhBujEh2bkW4gLAOSYLDkdtJ5PQEhCkF5D4lHbZj95chsiA).
Next, read in the file just written when encode ctu, and limit the cu split depth in encmodectrl.cpp.
Finally, add the time spent on CNN prediction and the time spent on vtm encoding.

@pinchieh pinchieh reopened this Mar 25, 2021
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