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

speed up evaluation #20

Merged
merged 3 commits into from
Aug 24, 2022
Merged

speed up evaluation #20

merged 3 commits into from
Aug 24, 2022

Conversation

Laughing-q
Copy link

since we set mr=4 as default while training, I do the same thing to evaluation, so the evaluation is in mr=4 level which saves cuda memory and speed up.
Also the curve of mask mAP is now closer to cocoapi. Check https://wandb.ai/laughing/evaluation-test?workspace=user-laughing.

  • base is the old one, 24.1(dashboard) vs 26.7(cocoapi), which got a big jump.
  • optimized is the speed up version, 26.5(dashboard) vs 26.9(cocoapi).

In my case, the speed tasks 1min(3.5mins before) and pycocotool evaluation tasks 10mins(18mins before) now.
Btw since I have different coco path, I got the cocoapi result manually which the dashboard didn't show it.

@glenn-jocher
Copy link

@Laughing-q @AyushExel looks great!

@AyushExel AyushExel merged commit 2eb1a71 into AyushExel:instance_seg Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants