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

Precision gap between git and paper #483

Open
YonghaoHe opened this issue Sep 5, 2024 · 1 comment
Open

Precision gap between git and paper #483

YonghaoHe opened this issue Sep 5, 2024 · 1 comment

Comments

@YonghaoHe
Copy link

YonghaoHe commented Sep 5, 2024

I found the precision gap of yolo-world-v1 between git and paper. See below:
yolo-world-v1-github
yolo-world-v1-paper
Do I miss something?

@wondervictor
Copy link
Collaborator

Hi @YonghaoHe
The results between the paper and GitHub model zoo differ from:

  1. We use FixedAP to compute the AP with a maximum of 10k predictions and report the results in our paper. In the GitHub repo, we use the naive AP as the metric.
  2. The checkpoints in GitHub are trained based on the improved version and YOLO-World-v2 performs well than the paper version.

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