We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello. I am Seyeob who researches object detection in aerial images.
Thank you for sharing your models and configs!
I have some questions about those.
I am trying to evaluate your models.
I do it in 2 ways, first is by using checkpoint, make a inference(pb) file and evaluate.
Second is using your inference file.
The result of first is 0.1582 mAP (@IOU 0.5, PASCAL metrics) and second is 0.2218 mAP.
The result is far from the result on your paper.
Please let me know if there is a reason for this issue.
We separate training images to train and test data set (7:3) randomly,
and evaluate with TF object detection API.
Thank you for your answer in advance.
Best,
Seyeob.
The text was updated successfully, but these errors were encountered:
maybe most important part is config file. where is it!
Sorry, something went wrong.
No branches or pull requests
Hello. I am Seyeob who researches object detection in aerial images.
Thank you for sharing your models and configs!
I have some questions about those.
I am trying to evaluate your models.
I do it in 2 ways, first is by using checkpoint, make a inference(pb) file and evaluate.
Second is using your inference file.
The result of first is 0.1582 mAP (@IOU 0.5, PASCAL metrics) and
second is 0.2218 mAP.
The result is far from the result on your paper.
Please let me know if there is a reason for this issue.
We separate training images to train and test data set (7:3) randomly,
and evaluate with TF object detection API.
Thank you for your answer in advance.
Best,
Seyeob.
The text was updated successfully, but these errors were encountered: