-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to run the code, but got very low result. #4
Comments
I use the params which was detailed in your paper. I used the entire image without sampling. ( In your code, it used sampling with 224 *224) . And other params are unchanged. Thank you in advance for your assistance. |
Can you tell me the config of your training script? I suggest you use my default config to get the similar results in my paper firstly. |
Thank you for your assistance. I re-tried running the code with default config as you suggest. Most of the database could get the similar results in your paper. But TID2013 got relatively low results. Like: Testing Results : Here is my config of TID2013: |
In my experience, the intermediate training checkpoint for the TID2013 dataset is better than the last one. But I don't know the reason for this phenomenon. |
I try to run your code, but got very low result. Here is my result:
./checkpoint/CSIQ_3/01-0.2828-0.3439-0.2347-0.4749.pkl
Testing Results :SROCC: -0.3192 KROCC: -0.2222 PLCC: -0.3327 RMSE: 0.2985 MAE: 0.2347
It stoped at very early epoch. Could you please tell me if i missed someting?
The text was updated successfully, but these errors were encountered: