tianyili2017 / HEVC-Complexity-Reduction

Source programs to test the deep-learning-based complexity reduction approach for HEVC, at both intra- and inter-modes.
124 stars 80 forks source link

Could you tell me how to training inter mode at random access configuration #12

Open bouaafia23 opened 5 years ago

bouaafia23 commented 5 years ago

Hi,

Recently I'm trying to reproduce the training program as described in your paper "Reducing Complexity of HEVC: A Deep Learning Approach" for inter mode at random access configuration , but got stuck. I would be grateful if you could send me the training program of inter mode . My email address is: bouaafia1992@gmail.com.

Many thanks in advance.

tianyili2017 commented 5 years ago

Hi,

I'm sorry for late reply and telling that recently i'm preparing the response for another paper, without uploading the whole codes for this Github repo. The training codes for the random access (RA) mode will be opened soon, which are slightly different from those for the low delay P (LDP) mode. By the way, if need to training for the low delay B (LDB) mode, you can directly use the codes for LDP mode because the hierarchical coding structure for LDP and LDB modes are the same, except that the CU partation labels should be replaced by those for LDB mode.

Thank you for your attention to our work.