Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 411 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 411 Bytes

The RoboSherlock classifiers package. Collection of classifiers and corresponding annotators. Currently this package features a Knn, random forest and SVM classifier.

A typical approach in our perception pipeline is the combination of Caffe for feature generation and kNN for classification. To set up the required software for this method, please follow this tutorial.