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

COCO eval results boost by changing NMS function #555

Open
mikel-brostrom opened this issue Feb 10, 2023 · 1 comment
Open

COCO eval results boost by changing NMS function #555

mikel-brostrom opened this issue Feb 10, 2023 · 1 comment

Comments

@mikel-brostrom
Copy link

mikel-brostrom commented Feb 10, 2023

Hi @Tianxiaomo , I just ported your Yolov4 to Pytorch Lightning. I get the following results evaluating with pycocotools

  mAP@0.5 mAP@0.5:0.95
TianXiaomo(pycocotools evaluation) 0.704 0.471
Ported to Pytorch Lightning using Yolov5 NMS (pycocotools evaluation) 0.730 0.491
Original Yolov4 (custom evaluation) 0.710 0.466

The only thing I changed was the NMS function. I used this one from Yolov5 and adapted the head to be compatible with it. The boosts are substantial.

@PrajwalCogniac
Copy link

Hey @mikel-brostrom
Can you please let me know what changes did you make to get the inference boost ?

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