TF-Keras implementation of LAGT-VQA as described in [Efficient Transformer with Locally Shared Attention for Video Quality Assessment].
There are two main modules:
phiqnet is the implementation of PHIQNet for NR-IQA;
lagt is the implementation of LAGT for NR-VQA based on PHIQNet features.
Please see respective README in individual modules.