SRVC icon indicating copy to clipboard operation
SRVC copied to clipboard

Official implementation of the "Efficient Video Compression via Content-Adaptive Super-Resolution" paper in Tensorflow.

Results 4 SRVC issues
Sort by recently updated
recently updated
newest added

Hi! I use `original_image = ((normalized_image + 1) * 0.5 * 255).astype(np.uint8)` to convert org.npy and cub.npy to images, but I cannot get the right images when I try to...

A lot of error involved in this code even typo. Could you please check it carefully??

Hi~Interesting work! I have a question about Figure 6 while reading your paper. I write it down here so that anyone confused by the same problem can find this. What...

Hi ,I am interested in this work, but the tutorial is too simple to learn it. I hope you can list more steps in detail, like preparing data, training and...