vztu / COVER

🏆 [CVPRW 2024] COVER: A Comprehensive Video Quality Evaluator. 🥇 Winner solution for Video Quality Assessment Challenge at the 1st AIS 2024 workshop @ CVPR 2024
https://openaccess.thecvf.com/content/CVPR2024W/AI4Streaming/html/He_COVER_A_Comprehensive_Video_Quality_Evaluator_CVPRW_2024_paper.html
MIT License
38 stars 2 forks source link

Load COVER.pth pickle error #3

Closed syc728 closed 2 months ago

syc728 commented 2 months ago

Hello,

I’m encountering an issue when trying to load the COVER weights using torch. Each time I attempt to load the weights, I receive the following error:

_pickle.UnpicklingError: invalid load key, '\x0a'

I’ve tried re-downloading the model weights multiple times, but the problem persists. Below is a summary of the steps I followed:

  1. Downloaded the COVER weights from the doc.
  2. Attempted to load the weights using torch with the following code:
image
  1. Received the _pickle.UnpicklingError: invalid load key, '\x0a' error.

The SHA256 of the downloaded model weights is 923f1f42e275d3563aef78b1b10c18bf94666f302aa5980f002a55cde5fed193.

Could you please provide guidance on how to resolve this issue? Is there something specific I should do to properly load the weights?

Thank you for your assistance.

syc728 commented 2 months ago

ah it should be downloaded from https://media.githubusercontent.com/media/vztu/COVER/release/Model/COVER.pth?download=true