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

Efficiency #11

Closed
rhett-ye opened this issue Jul 28, 2023 · 1 comment
Closed

Efficiency #11

rhett-ye opened this issue Jul 28, 2023 · 1 comment

Comments

@rhett-ye
Copy link

When I used resnet50 as backbone training, the time per iteration was about 0.8s (bitchsize=4, gpu=4), and it was also about 0.8s per image at inference, which is a 10x difference from the paper(0.08s). Is this normal? The gpu is 2080ti.

train log:
image

inference log:
image

@rhett-ye
Copy link
Author

rhett-ye commented Aug 4, 2023

I got it! this 0.8s is the inference time on 20 classes. detecting one novel class at one looping, and then for looping 20 times to detect all 20 novel classes.

@rhett-ye rhett-ye closed this as completed Aug 4, 2023
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

1 participant