Skip to content

Commit 8e0b102

Browse files
2 parents 9058baf + 7d9c5aa commit 8e0b102

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# Change Log
2+
3+
## [[2.0.0](https://github.com/Extended-Object-Detection-ROS/extended_object_detection/tree/r2.0.0)] - 2023-03-15
4+
Fixed dozens of bugs.
5+
Added mask process in DNN modules.
6+
Added interface for libtorch (with YOLOv7).
7+
Changed idea, how to process camera information in lib core.
8+
Added automatic migration of detection results between different channels.
9+
Now main node can subscribe multiple cameras.
10+
For each subscribed camera where are statistic output.
11+
Now can subscribe depth-maps in two main formats.
12+
Unite output message formats.
13+
Added soft mode detection for complex objects.
14+
215
## [[1.1.0](https://github.com/Extended-Object-Detection-ROS/extended_object_detection/tree/r1.1.0)] - 2021-11-21
316
Now core of solution is stand-alone module.
417
Changed to new way to store extracted info data, so output topics format are changed.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Extended Object Detection
22
![EOD logo](animated_logo.gif)
3-
[![GitHub issues](https://img.shields.io/github/issues/Extended-Object-Detection-ROS/extended_object_detection.svg)](https://github.com/Extended-Object-Detection-ROS/extended_object_detection/issues) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) ![version](https://img.shields.io/badge/version-1.1.0-blue)
3+
[![GitHub issues](https://img.shields.io/github/issues/Extended-Object-Detection-ROS/extended_object_detection.svg)](https://github.com/Extended-Object-Detection-ROS/extended_object_detection/issues) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) ![version](https://img.shields.io/badge/version-2.0.0-blue)
44

55
## Short information
66

0 commit comments

Comments
 (0)