junyongyou / triq

TRIQ implementation
MIT License
134 stars 23 forks source link

不能运行 image_quality_prediction.py #17

Closed eliver8801 closed 2 years ago

eliver8801 commented 2 years ago

当我运行image_quality_prediction.py 报You are trying to load a weight file containing 13 layers into a model with 14 layers.错误,能否帮忙看看哪里出问题了?

junyongyou commented 2 years ago

I just tested the script with the weight file downloaded from the link in Readme, and everything is normal. Please try again. In addition, I believe the model has much more than 13/14 layers, as it is based on ResNet50 as backbone.