tianyili2017 / HIF-Database

A large-scale database for HEVC in-loop filter (HIF).
14 stars 4 forks source link

Where is "Motion compensation code" and "Multi frame processing part"? #2

Open spnova12 opened 4 years ago

spnova12 commented 4 years ago

Where is "Motion compensation code" and "Multi frame processing part"? I can't find a '.py' file that handles multi-frames.

Sincerely,

tianyili2017 commented 4 years ago

The Python program for network inference is in "HM-16.5_MIF-Net\bin". In this folder, "net_QECNN.py" describes the network for enhancing low-quality frames, and the codes for "multi-frame processing part" are also here. This python file also calls the function "MF_flow.warp_img()", and the motion compensation codes can be found in "MF_flow.py". Thank you for paying attention to our work.

Regards, Tianyi