-
Notifications
You must be signed in to change notification settings - Fork 22
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
A PyTorch reproduction of koncept512 code #3
Comments
Thanks for sharing! :) |
@ZhengyuZhao Thanks! You saved my time 😄 |
Enjoy! |
have you ever done the cross-dataset comparison (trained on KoN-10k, and tested on LIVE-Challenge) ? |
Yes, please check the KonIQ-10k paper; Look for LIVE-itw (in-the-wild), which is the LIVE-Challenge database. |
Hey the link for inceptionresnetv2 pretrained weights is die ! |
Are you using this link: https://surfdrive.surf.nl/files/index.php/s/oeGv7wEyyMwwbIO? |
Hi! Your work is interesting.
I just reproduce your Keras code for koncept512 model using PyTorch.
The new results (SRCC: 0.912 | PLCC: 0.927) are very close to what you have got (SRCC: 0.919 | PLCC: 0.932) in koncept512_train_test_py3.ipynb.
If you want, feel free to post the following code link into your official repository :-)
https://github.com/ZhengyuZhao/koniq-PyTorch
The text was updated successfully, but these errors were encountered: