ryanxingql / stdf-pytorch

Implementation of "Spatio-Temporal Deformable Convolution for Compressed Video Quality Enhancement" (AAAI'20).
https://www.aiide.org/ojs/index.php/AAAI/article/view/6697
Apache License 2.0
155 stars 20 forks source link

WARNING: --SEIDecodedPictureHash is now disabled by default #3

Closed zhhezhhe closed 3 years ago

zhhezhhe commented 3 years ago

when I run python unzip_n_compress.py in centos sys.

14/18: compressing BasketballDrill_832x480_500...

15/18: compressing BQTerrace_1920x1080_600...

16/18: compressing FourPeople_1280x720_600...

17/18: compressing PeopleOnStreet_2560x1600_150...

18/18: compressing BlowingBubbles_416x240_500...
******************************************************************
** WARNING: --SEIDecodedPictureHash is now disabled by default. **
**          Automatic verification of decoded pictures by a     **
**          decoder requires this option to be enabled.         **
******************************************************************
******************************************************************
** WARNING: --SEIDecodedPictureHash is now disabled by default. **
**          Automatic verification of decoded pictures by a     **
**          decoder requires this option to be enabled.         **
******************************************************************
******************************************************************
** WARNING: --SEIDecodedPictureHash is now disabled by default. **
**          Automatic verification of decoded pictures by a     **

Is it right?

ryanxingql commented 3 years ago

You can ignore these warnings. You can just check the generated videos.

zhhezhhe commented 3 years ago

Thanks for the reply!