wolverinn / HEVC-CU-depths-prediction-CNN

Using convolutional neural networks to predict the Coding Units (CUs) depths in HEVC intra-prediction mode, in order to reduce the time of the encoding process in HEVC.
MIT License
75 stars 25 forks source link

Network embedding issues #7

Open shucen64 opened 1 year ago

shucen64 commented 1 year ago

Hello, I would like to ask you how you embedded the CNN into the encoder. It would be very helpful if I could inform, I would be grateful.

wolverinn commented 1 year ago

My method is a little primitive. Check https://github.com/wolverinn/HEVC-deep-learning-pipeline. I described how to modify HEVC source code in the README.

shucen64 commented 1 year ago

ok,thanks a lot for your reply