You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ Extended Object Detection is an ROS package and has ample opportunities for desc
16
16
This package is a solution in the field of computer vision, which contains a set of various methods for detecting objects, united by one interface. To use the package, you do not need to dive into the API, all detection settings are available through a single configuration file. The package is developed within the "recognition by parts" paradigm, which allows you to specify various attributes of an object, such as image, color, shape, size, etc. These attributes are recognized separately and then aggregated into integral objects. In addition to recognizing simple objects, the package allows you to specify their combinations, detecting a complex object, which is a set of simple objects and relationships between them. The package provides a full-fledged ROS interface, allowing it to be used in robotics tasks.
17
17
18
18
## Cite
19
+
Repository
19
20
```bibtex
20
21
@misc{extended_object_detection,
21
22
author = {Moscowsky, Anton},
@@ -25,6 +26,24 @@ This package is a solution in the field of computer vision, which contains a set
abstract = {The paper describes a software package (Extended Object Detection) that implements the procedure for detecting objects on a video camera stream for usage in robotic tasks. An object in the system is described by a list of its attributes (form, shape, color, size, etc.). Each attribute in the description of an object corresponds to a software detector that determines areas in the image that correspond to the attribute. Objects are determined based on the relative positions of the detected areas to each detector. Such a system can significantly expand the number of recognizable objects by, for example, adding color information to an object detected by a CNN. The solution allows configuring filtering and clustering parameters for attributes. In addition, a tracking algorithm is implemented that tracks objects between frames and starts searching for an object using previous information in cases where the detector failed. Objects that are called simple in the terminology of the proposed solution can be combined into complex objects by specifying the relationship between them. This allows to describe objects that consist of several parts and have attributes that are different in meaning. Object detection (both simple and complex) can be performed in a soft mode, which is able to put forward hypotheses, indicating the coefficient of confidence about objects that partially satisfy the given description. The software solution is designed for robotics tasks and is made as a package for ROS1 framework and can be used in central nervous system of SEMS. The package has visualization tools, utilities for configuring software detectors, and is able to work with depth cameras to localize objects in space.},
34
+
author = {Moscowsky, A. D.},
35
+
booktitle = {Smart Electromechanical Systems: Recognition, Identification and Modeling},
0 commit comments