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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: