Ros_object_recognition

A framework for ROS-based 2D and 3D object recognition.
Alternatives To Ros_object_recognition
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
3d Resnets Pytorch2,677
2 years ago120mitPython
3D ResNets for Action Recognition (CVPR 2018)
Sparseconvnet1,781
3 months ago2July 10, 201950otherC++
Submanifold sparse convolutional networks
Face_specific_augm373
4 years ago1Jupyter Notebook
Face Renderer to perform Domain (Face) Specific Data Augmentation
Historyobjectrecognition288
6 years ago3Python
Pytorch Mfnet231
4 years ago14mitPython
Facecept3d151
7 years ago6mitC++
FaceCept3D: 3D Face Analysis and Recognition
3d Densenet113
4 years ago13mitPython
3D Dense Connected Convolutional Network (3D-DenseNet for action recognition)
Opendetection98
6 years ago15bsd-3-clauseC++
OpenDetection is a standalone open source project for object detection and recognition in images and 3D point clouds.
Gcode Preview92
1a month ago21September 21, 20223mitG-code
A simple GCode parser & previewer with 3D printing in mind. Written in Typescript.
3d Resnets88
5 years ago1mitLua
3D ResNets for Action Recognition
Alternatives To Ros_object_recognition
Select To Compare


Alternative Project Comparisons
Readme

!! NOTE !!

This project is deprecated. I've created this project in 2017 for my master thesis. Since then, no signifiant changes have been made. Since I'm not working with ROS anymore, I will probably not be able to answer your questions. Feel free to use the code and concepts as building blocks or as an inspiration for your own project. Don't expect this project to run by "plug and play" or to even compile with current versions of ROS.

Summary

A simple "framework" for ROS-based 2D and 3D object recognition software.

Documentation

You find a description of the project in docs/project_description.pdf. docs/thesis.pdf contains a more detailed description but it's not up-to-date anymore. The following video provides an overview and demonstrations: https://www.youtube.com/watch?v=Pmur4kxrexE

Requirements

ROS OpenCV 3 (only for 2D object recognition) PCL 1.7 (only for 3D object recognition) Eigen 3 (only for 3D object recognition) Qt5 (not necessary if you do not compile the GUI-files)

Compilation

  1. Follow ROS installation (Desktop Full Install): http://wiki.ros.org/kinetic/Installation/Ubuntu I needed to enable mysql (sudo systemctl enable mysql) for this to work.
  2. Create catkin workspace: mkdir -p ~/catkin_ws/src cd ~/catkin_ws catkin_make
  3. Clone project: cd ~ git clone https://github.com/joffman/ros_object_recognition.git
  4. Copy/Move src folder into your workspace. cp -r ~/ros_object_recognition/src/* ~/catkin_ws/src/
  5. Compile: cd ~/catkin_ws catkin_make

License

MIT license

Popular Recognition Projects
Popular 3d Graphics Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
C Plus Plus
3d
Opencv
Recognition
Ros
Computer Vision
2d
Cd
Robotics
Pcl