Skip to content

Releases: DeGirum/degirum_tools

v0.10.1

09 May 02:15
Compare
Choose a tag to compare
LineCounter annotation bug fix

v0.10.0

09 May 01:54
12782b2
Compare
Choose a tag to compare
Class line count (#37)

* LineCount: per_class_display parameter is added to show per-class line crossing counts.

ObjectTracker: trail_classes result is added to store class labels per track IDs.

* Fix linter warnings

v0.9.0

20 Mar 18:50
Compare
Choose a tag to compare
Version bump to 0.9.0

v0.8.0

26 Feb 05:22
acaf755
Compare
Choose a tag to compare
Analyzers2 (#29)

* Fix annotate_video() and predict_stream() to work with compound models

* CroppingAndDetectingCompoundModel: support landmarks

* ObjectSelector analyzer is implemented
+unit tests

* FIRFilterLP class: FIR lowpass filter
+ unit test for it

* LPF: initialize buffer to avoid starting from zero

* Bump version to 0.8.0

v0.7.0

20 Feb 20:09
53486b3
Compare
Choose a tag to compare
Analyzers (#27)

* CompoundModelBase: fallback all getters of model-like attributes to the first model

* attach_analyzers() function is implemented to attach analyzer list directly to a model

* attach_analyzers(): unit tests, bug fixes
+ linter adjustments

v0.6.0

13 Feb 00:20
21f8a47
Compare
Choose a tag to compare
Sd 1030 1 (#25)

* NMS implementation

* Assigning class IDS by labels

* Fix linter warning

* Tile coverage generation functions

* get_video_stream_properties(), option to pass VideoCapture object to annotate_video()

* Tile generation support. NMS integration

* Added missing score

* NmsBoxSelectionPolicy is implemented

* Fix comments

* Streams: fix deadlock on exit

* Streams: error handling, remove prints

* Fix linter errors

* Support for nested compound models

* Adding `zone_counts` result to ZoneCounter output.
Fixing comments

* Bug fix

* Streams: fix infinite loop when using nested compound models

* Tiling: little improvements and bug fixes

* CroppingAndDetectingCompoundModel: fix finalization.

Manage non_blocking_batch_predict in base CompoundModelBase class to allow nested compound models

* Version support

* Fix linter warning

* Missing dependency: dotenv

* Fix package name

v0.5.1

17 Jan 05:22
Compare
Choose a tag to compare
CroppingAndClassifyingCompoundModel: fix label generation

Ver 0.5.1

v0.5.0

17 Jan 04:23
420d9e3
Compare
Choose a tag to compare
Sd 1030 (#22)

* RegionExtractionPseudoModel and CroppingAndDetectingCompoundModel initial submit

* CroppingAndDetectingCompoundModel: implementing motion detection.
+ bug fixes

* annotate_video(): preserve original video FPS in output video

* Comments fix

* Fix types

* version="0.5.0"

v0.4.7

29 Dec 01:08
5889aad
Compare
Choose a tag to compare
Merge pull request #21 from DeGirum/writer-fix3

Writer fix3

v0.4.6

28 Dec 18:44
7f115a6
Compare
Choose a tag to compare
Merge pull request #20 from DeGirum/writer-fix2

Proper waiting for ffmpeg process completion