forked from wg-perception/PartsBasedDetector
-
Notifications
You must be signed in to change notification settings - Fork 0
kai-chen-ustc/PartsBasedDetector
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
------------------------------------------------- PartsBasedDetector ------------------------------------------------- This project implements a Parts Based Detector in C++, described in the following paper: Yi Yang, Deva Ramanan, "Articulated Pose Estimation with Flexible Mixtures-of-Parts," CVPR 2011 The project has the following dependencies: OpenCV REQUIRED (for image processing) CMake REQUIRED (for building) Doxygen OPTIONAL (for documentation) OpenMP OPTIONAL (for multithreading) ROS OPTIONAL (for publishing detections on a ROS topic) ECTO OPTIONAL (for building and ECTO cell) BUILDING The project can be built in one of two modes: A standalone binary (for testing functionality) A shared library (for use in existing applications) To configure the project, set the options at the top of CMakeLists.txt To build the project, follow the normal cmake routine from the root folder: >> mkdir build >> cd build >> cmake .. >> make DETECTING To run the detector, please consult the Mainpage of the docs, or src/demo.cpp. Both contain examples of how the detector can be initialised and run LEARNING The learning code is currently only in Octave/Matlab. This is because the detector supports a number of learning schema, and porting all of these to C++ is not practical at this time. Please consult the README within the matlab/ directory for instructions on training a model This package is developed and maintained by Hilton Bristow, Willow Garage
About
C++ implementation of Deva Ramanan's "Articulated Pose Estimation with Flexible Mixtures of Parts"
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published