Skip to content

Does RubixML have object detection? #141

Answered by andrewdalpino
karlbuckland asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @karlbuckland, great question!

Currently, we're limited to deep feed-forward networks when it comes to computer vision tasks such as object recognition, detection, segmentation, etc. We do not yet have access to a fast n-dimensional convolve API which would allow us to implement Convolutional neural networks that are better suited for computer vision tasks as they work with spatial information contained within the image. So the CIFAR-10 example is about the best we can do for the time being. However, we are working on an interface to an extension called C Array that has a number of goodies one of which is support for n-d array operations and eventually the convolve API. More on this h…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@karlbuckland
Comment options

@andrewdalpino
Comment options

@henrique-borba
Comment options

Answer selected by karlbuckland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants