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

about real-time edge detection #8

Open
Danee-wawawa opened this issue Jul 20, 2020 · 2 comments
Open

about real-time edge detection #8

Danee-wawawa opened this issue Jul 20, 2020 · 2 comments

Comments

@Danee-wawawa
Copy link

Hello, thank you very much for your summary and sharing.
Is there any recommendation for an open source algorithm for real-time edge detection during video shooting?
Looking forward for your answer.

@hellodrx
Copy link

hellodrx commented Jan 4, 2021

Depending on your computing devices.

If you deploy edge detectors on GPU, even 3 or 4 years ago released cards like Nvidia 1060, 1070 can do the job in real-time, The SOTA methods (HED, RCF, LPCB) would run real fast. HED and RCF operate faster because they have lighter decoders.

If you tend to deploy models on edge devices, you need to replace the backbones of the above methods with lightweight ones and develop effective and efficient decoders.

@Danee-wawawa
Copy link
Author

Ok, thank you for these suggestions.

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