EESRGAN icon indicating copy to clipboard operation
EESRGAN copied to clipboard

Test Problem

Open xiaofeng-c opened this issue 4 years ago • 2 comments
trafficstars

Hi,thanks for your work!I have a question as follow: Average Recall (AR) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = 0.000 Average Recall (AR) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = -1.000 Detection started........ 1 [[1, 0.9999994, 171, 190, 203, 222]] 1 libpng warning: Image width is zero in IHDR libpng warning: Image height is zero in IHDR libpng error: Invalid IHDR data successfully generated the results! When i modify the dest_image_path = os.path.join(config['path']['Test_Result_SR'], file_name+'.png') to West_image_path = os.path.join(config['path']['Test_Result_SR'], file_name+'.jpg'),the question seem to be solve as follow: Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.000 Average Recall (AR) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = 0.000 Average Recall (AR) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = 0.000 Average Recall (AR) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = -1.000 Detection started........ 1 [[1, 0.9999994, 171, 190, 203, 222]] 1 successfully generated the results! But there contains no informations for images in both two situations,could you know how to address it?

xiaofeng-c avatar Jul 23 '21 03:07 xiaofeng-c

sorry,the modifyed is "west_image_path = os.path.join(config['path']['Test_Result_SR'], file_name+'.jpg')"

xiaofeng-c avatar Jul 23 '21 03:07 xiaofeng-c

sorry,the modifyed is "west_image_path = os.path.join(config['path']['Test_Result_SR'], file_name+'.jpg')"

你解决这个问题了吗

lalala531 avatar Aug 10 '23 01:08 lalala531