Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Problem #29

Open
xiaofeng-c opened this issue Jul 23, 2021 · 2 comments
Open

Test Problem #29

xiaofeng-c opened this issue Jul 23, 2021 · 2 comments

Comments

@xiaofeng-c
Copy link

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
Copy link
Author

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

@lalala531
Copy link

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

你解决这个问题了吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants