-
-
Notifications
You must be signed in to change notification settings - Fork 985
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
Add EdgeDetection
api
#1483
Add EdgeDetection
api
#1483
Conversation
for more information, see https://pre-commit.ci
@edgarriba is there anything left here to do? Pretrained weights? |
that was the missing pieces -- the weights for this network were huge (>100Mb) which didn't fit well without git-lfs (which we don't support). I'm aware that @xavysp published a new and much lighter version of this method. Worth to explore to include that one instead |
@edgarriba I can host weights at my website, that is not a problem |
the weights are in the links found here: https://github.com/xavysp/DexiNed#test in a gdrive , which i remember now that we had trouble also with xavi to use it with torch hub, Yes, better to host in your website |
@edgarriba I have uploaded it here http://cmp.felk.cvut.cz/~mishkdmy/models/DexiNed_BIPED_10.pth |
@ducha-aiki good to go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, see couple of organization comments
* add edge detection api Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Dmytro Mishkin <[email protected]>
Changes
Add
EdgeDetection
api using Dexinedhttps://github.com/xavysp/DexiNed/blob/d944b70eb6eaf40e22f8467c1e12919aa600d8e4/model.py
https://www.computer.org/csdl/proceedings-article/wacv/2020/09093290/1jPbjFHmwi4
Type of change
Checklist