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

compare the C api vs. opencv's cv2.dnn.readNetFromDarknet #3273

Closed
aniketvartak opened this issue May 29, 2019 · 1 comment
Closed

compare the C api vs. opencv's cv2.dnn.readNetFromDarknet #3273

aniketvartak opened this issue May 29, 2019 · 1 comment

Comments

@aniketvartak
Copy link

Hi @AlexeyAB , I am trying to see if there is any benefit in using the C api from your fork vs. opencv's cv2.dnn.readNetFromDarknet for deployment.
before doing extensive testing, I wanted to see if you know any differences (run time, perf.) etc. that I should keep in mind between the two so I can use your knowledge and save some experiment time?!
thanks

@AlexeyAB
Copy link
Owner

@aniketvartak Hi,

  • My repo is fast on GPU
  • cv2.dnn.readNetFromDarknet is fast on CPU

Also there is difference in: #232 (comment)

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