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

Object detection #52

Open
rehno-lindeque opened this issue Feb 13, 2018 · 2 comments
Open

Object detection #52

rehno-lindeque opened this issue Feb 13, 2018 · 2 comments

Comments

@rehno-lindeque
Copy link

My apologies in advance for abusing the issues to ask a rather naive question.

I'm trying to gauge how far off some reasonably simple object detection would be in grenade? (Perhaps something in a similar vein to the tensorflow object detection api or YOLO)

@HuwCampbell
Copy link
Owner

Interesting question. I'll speculate as I have not done this to date.

Comparing grenade to Darknet is a fair thing to do I think. Specifying the network would be pretty trivial. The only exception is that I don't actually know what his region layer actually does; but I can't imagine it being too hard to port over.

After that it comes down to two things really: getting data in and out; and speed. Grenade doesn't implement any parsers or data formats, it just takes a Vector, so you'll have to write some code or use another Haskell library to handle them; for speed, although it's CPU bound at the moment, it's pretty quick for convolution tasks.

I think Grenade could be applied.

@rehno-lindeque
Copy link
Author

I may give it a try then, thanks. Will report back if I decide this is the way to go.

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