Jakaria08 / EESRGAN

Small-Object Detection in Remote Sensing (satellite) Images with End-to-End Edge-Enhanced GAN and Object Detector Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Problem

xiaofeng-c opened this issue · comments

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?

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

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

你解决这个问题了吗