Skip to content

Latest commit

 

History

History
272 lines (121 loc) · 10.5 KB

CHANGELOG.md

File metadata and controls

272 lines (121 loc) · 10.5 KB

DeepSea Track Changelog

1.17.5 (2021-12-18)

Bug Fixes

  • correct location for ACK (114123c)

1.17.4 (2021-12-17)

Performance Improvements

  • switch to zmq client/server model, 1-based frame from detector, and release frame if no detections (ab3fbd6)

1.17.3 (2021-12-17)

Bug Fixes

  • correct zmq frame indexing (d5a49fc)

1.17.2 (2021-12-14)

Bug Fixes

  • disconnect subscriber on exit (eff17f1)

1.17.1 (2021-12-14)

Bug Fixes

  • correct frame number cast to int and check (cd64a8d)
  • remove blocking code (2bcccd4)

Performance Improvements

1.17.0 (2021-12-05)

Features

Performance Improvements

  • dynamic template sizing and other minor memory mgmt improvements (e7ac867)
  • dynamic template sizing and other minor memory mgmt improvements (524692f)

1.16.3 (2021-11-22)

Performance Improvements

  • added fast tracker wrapper, optional gamma for speed-up, removed unused code, log programs args, removed MEDIANFLOW/TLD/MOSSE trackers. (63b89e1)

1.16.2 (2021-11-05)

Performance Improvements

  • skip over loop if no detections, objects and not generating visuals (617768e)

1.16.1 (2021-07-15)

Performance Improvements

  • move listening to outside of loop (c633c40)

1.16.0 (2021-06-16)

Features

1.15.0 (2021-06-08)

Bug Fixes

  • pass through float instead of TrackerType for score and nms (adbcbe5)

Features

  • only short first 7 characters of uuid for brevity and print exact path to cfg (12ceaf9)

1.14.0 (2021-06-04)

Features

  • added option to create video and prefix with video file stem (e6fe3ab)

1.13.1 (2021-06-01)

Bug Fixes

  • zmq boxes normalized to 0-1 float (b713c87)

1.13.0 (2021-06-01)

Features

  • added configuration of nms and score thresholds to tracker (9286dfc)

1.12.0 (2021-06-01)

Features

  • added output scaling and better renaming to distinguish resize (4145dd0)

1.11.0 (2021-05-31)

Features

  • added zmq message tracker delay (be8a424)

1.10.0 (2021-05-28)

Features

  • added tracker delay and delay to zmq initialize wait message block (89bb3f0)

1.9.3 (2021-05-26)

Bug Fixes

1.9.2 (2021-05-24)

Bug Fixes

1.9.1 (2021-05-24)

Bug Fixes

1.9.0 (2021-05-24)

Features

  • split configuration and video input into separate arguments (f695694)

1.8.0 (2021-04-14)

Bug Fixes

Features

  • reduce score threshold to 0.6 (b6b1cf7)

1.7.0 (2020-11-19)

Features

1.6.0 (2020-11-19)

Features

1.5.0 (2020-11-19)

Features

1.4.1 (2020-11-19)

Bug Fixes

1.4.0 (2020-11-18)

Features

  • added all arguments (326e2df)
  • added example output (ed58536)
  • added second tracker and min frame of 1 as default (8529ed5)
  • added second tracker as default (20d596a)
  • removed unused code, initialized logic and more descriptive output (1da7c93)
  • skip edge check on first frame (2421260)

1.3.0 (2020-11-18)

Features

1.2.1 (2020-10-15)

Bug Fixes

  • correct xerces install and disable onnx for now (baf5ec3)

1.2.0 (2020-10-02)

Features

  • width/height scaling and rescale output to same dimension as input (2425b88)

Performance Improvements

  • change pad check from 10% to 1% (ead483c)

1.1.0 (2020-10-01)

Features

1.0.3 (2020-09-25)

Bug Fixes

  • added missing docker command (1657f33)

1.0.2 (2020-09-20)

Bug Fixes

  • added in missing closure (3794612)

1.0.1 (2020-09-06)

Bug Fixes

  • tests: correct test names(untested) (302d920)