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

Hi, I am working on your project complexity reduction in HEVC. My question is how to set Path into HM-16.5_Test_LDP/Release? #18

Closed karthiksairam99 closed 4 years ago

karthiksairam99 commented 4 years ago

I have set the path of 'encoder_yuv_source' present in the "bin of HM 16.5_Test_LDP" in debug command argument of HM reference software. When I debug it, showing error

  1. QuadTreeTULog2MaxSize must be 5 or smaller.
  2. Found fewer reference picture sets than GOPSize. 3.Invalid GOP structure given

cmd

Please provide the solution. Thanks in advance.