Skip to content

Commit 8b750a0

Browse files
Update README.md
1 parent b33a218 commit 8b750a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,11 @@ Repository
3030
Article
3131
```bibtex
3232
@incollection{moscowsky_eod,
33-
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.},
3433
author = {Moscowsky, A. D.},
3534
booktitle = {Smart Electromechanical Systems: Recognition, Identification and Modeling},
3635
doi = {10.1007/978-3-030-97004-8_3},
3736
file = {:C\:/Users/Moskovsky_AD/Dropbox/Статьи/SES_RIaM/EOD_ENG.pdf:pdf},
3837
keywords = {Computer vision,Object detection,ROS,Robotic,scopus,templan},
39-
mendeley-tags = {scopus,templan},
4038
pages = {27--43},
4139
title = {{Extended Object Detection: Flexible Object Description System for Detection in Robotic Tasks}},
4240
url = {https://link.springer.com/10.1007/978-3-030-97004-8_3},

0 commit comments

Comments
 (0)