mango

Results 44 issues of mango

I want to get x2 pre_train model . so set the following parameters for training,one epoch cost time about 31s,some calculation,It takes a very long time to complete the training.my...

python3 iSeeBetterTest.py中如何设置参数,能够直接输入视频进行超分?

I don't understand this part of the test code,I think testing_data_loader is the test set data,only one image ,Why does batch have a lot of data,such as batch[0]、batch[1]....... code: for...

when run python test.py --opt options/test/test_stage3.yml , input size (1920,1080,3),i want to get the image of size (3840,3160,3),print "CUDA out of memory"error,Is this a normal phenomenon? ![image](https://user-images.githubusercontent.com/44860428/147228477-30d5421d-0360-4882-8cad-67b625712c29.png)

您好,请问该模块可以即插即用,应用在其他超分网络吗?

The model can be image denoised while SR, but in some scenarios, details are lost,has this happened during your test?for example original image ![03877](https://user-images.githubusercontent.com/44860428/165906264-fb4c9d8e-8e60-427b-b3e8-cd72b25189f8.png) SR image ![03877](https://user-images.githubusercontent.com/44860428/165906141-9f16d3c7-96aa-4730-898f-4ef8286d7f37.png) Tile texture features...

在测试代码以及训练代码KAIA中,暂时没有找到该指标的计算方式,请问您是如何计算的?代码中有计算LPIPS的方法吗?

您好,按照您的测试流程测试test2K文件夹下的图片,x4超分,超分后的图像尺寸与HR尺寸不一致,如1299.png: ![50CA64B3-C033-4b65-9250-6CD94111F243](https://user-images.githubusercontent.com/44860428/150761592-4e890ab0-a590-4f64-abf9-51a705b671de.png) ![BC3834A4-7302-4128-B3F0-91537E49B637](https://user-images.githubusercontent.com/44860428/150761658-9adc4b70-2f40-4470-8142-698ef435a4bd.png) 请问这种情况是什么原因呢?既然尺寸不一致,psnr指标如何计算的呢?

Hi,please,RAW image is dng format, can be directly used for training?How does the code read dng images?

when run ‘python test.py -d ./data -c ./NBNet_mge.pkl’,occur error ‘FileNotFoundError: [Errno 2] No such file or directory: './data/ValidationNoisyBlocksSrgb.mat'’,does the test dataset need a .mat file?