hexiaoyi95 / Partition-aware

Partition-Aware Adaptive Switching Neural Networks for Post-Processing in HEVC
18 stars 1 forks source link

how to get my own block partition mask #3

Open CHONSPQX opened 4 years ago

CHONSPQX commented 4 years ago

In the one drive compressed video folder, there are some txt file named as "PU*.txt" , these txt file includes in block parition mask. How can I generate these txt file for my own test case? Can you release the program?

hexiaoyi95 commented 4 years ago

@CHONSPQX It depends on your test case. For our test case where HM is adopted, we modify the decoder and save the CU partition information to these txt files.

CHONSPQX commented 4 years ago

@CHONSPQX It depends on your test case. For our test case where HM is adopted, we modify the decoder and save the CU partition information to these txt files.

Can you tell me how to modify the decoder? Or can you release the decoder code which has been modified?