zhangxianchao
zhangxianchao
There is one minor logic problem when calculating saturation value. It would always be true whatever the blc enable or disable in module_enable_status dict, this can be fixed by following...
修改: ``` - BLOG_MODE = True + BLOG_MODE = False ``` 访问主页: http://127.0.0.1:5000/ 错误log: ``` Traceback (most recent call last): File "/media/disk/apps/wiki/myenv/lib/python2.7/site-packages/flask/app.py", line 1836, in __call__ return self.wsgi_app(environ, start_response) File...
默认用户名和密码
请问默认的管理员账户和密码是什么?
Hi IceClear, I just try to train CLIP-IQA+ on KonIQ-10k as your instruct: ``` python tools/train.py configs/clipiqa/clipiqa_coop_koniq.py ``` But encounter the following error, it seems only PSNR/SSIM supported. Did this...
Hi IceClear, Thank you for your impressive work! I encounter OOM issue when handle large image with clipiqa_single_image_demo.py, such as 8M/12M pictures. I want to know is there any memery...