-
Hi @chaofengc,
Thanks for open-sourcing this repo!
Do you have MANIQA for retraining? I can see the architecture in archs.py but nothing in the options/train folder.
-
Using the provided datasets i am facing an issue regarding the regressor training. I have trained the model but i don't understand how the scores.npy file is generated
-
**Describe the bug**
Trying to add a new relationship to `many to one` relationship is failing.
**To Reproduce**
1. Crea a new `contenttype` with a `many to one` relationship field.
2. Create …
-
Hi,
I am trying to convert a custom model to tflite with these steps:
```
#creates a custom model that I have previously defined (Resnet50 as a backbone (pretrained weights) + transformer encoder +…
-
During the joining phase of the connection, if the player is kicked by the server the threads for the connection remain open, even though the connection is closed.
-
Can I batch predict images?
iqa_metric = pyiqa.create_metric('nima',device= torch.device('cuda'),as_loss=False)
scores = iqa_metric(image_list_tensor).item()
image_list_tensor --> torch.Size…
-
Thanks to the author for providing such an excellent iqa model code. Can the author upload the yml file of musiq-spaq? Thanks to the author 🙏
-
Hello, and congratulations for the paper and winning the NR-IQA track at NTIRE 2022 competition.
I've been trying to replicate the test results for the **NTIRE 2022 test set** that were reported in…
-
*If you want to add a new database, please edit this template and fill out the following info:*
- `title`: CVQAD (Compressed Video Quality Assessment Dataset)
- `categories`: `Video`
- `excerpt`…
-
Hi @kekezhang112 ,
It's an interesting work in SR-IQA, but I have some questions for DISQ:
1. To my knowledge, QADS doesn't provide the LR images, how can I get the LR images for model training?…