1.17.5 (2021-12-18)
- correct location for ACK (114123c)
1.17.4 (2021-12-17)
- switch to zmq client/server model, 1-based frame from detector, and release frame if no detections (ab3fbd6)
1.17.3 (2021-12-17)
- correct zmq frame indexing (d5a49fc)
1.17.2 (2021-12-14)
- disconnect subscriber on exit (eff17f1)
1.17.1 (2021-12-14)
1.17.0 (2021-12-05)
- initial check-in (12ec2bb)
- 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)
- 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)
- skip over loop if no detections, objects and not generating visuals (617768e)
1.16.1 (2021-07-15)
- move listening to outside of loop (c633c40)
1.16.0 (2021-06-16)
- tracking improvements (492e9de)
1.15.0 (2021-06-08)
- pass through float instead of TrackerType for score and nms (adbcbe5)
- only short first 7 characters of uuid for brevity and print exact path to cfg (12ceaf9)
1.14.0 (2021-06-04)
- added option to create video and prefix with video file stem (e6fe3ab)
1.13.1 (2021-06-01)
- zmq boxes normalized to 0-1 float (b713c87)
1.13.0 (2021-06-01)
- added configuration of nms and score thresholds to tracker (9286dfc)
1.12.0 (2021-06-01)
- added output scaling and better renaming to distinguish resize (4145dd0)
1.11.0 (2021-05-31)
- added zmq message tracker delay (be8a424)
1.10.0 (2021-05-28)
- added tracker delay and delay to zmq initialize wait message block (89bb3f0)
1.9.3 (2021-05-26)
- correct warning (77e1d2e)
1.9.2 (2021-05-24)
- correct path (9c7d668)
1.9.1 (2021-05-24)
- correct arg (8185def)
1.9.0 (2021-05-24)
- split configuration and video input into separate arguments (f695694)
1.8.0 (2021-04-14)
- add default confidence (fd23bd5)
- reduce score threshold to 0.6 (b6b1cf7)
1.7.0 (2020-11-19)
- added index from 1 (d9d5933)
1.6.0 (2020-11-19)
- zmq and args added (4e6a851)
1.5.0 (2020-11-19)
- added tests (f846835)
1.4.1 (2020-11-19)
- correct download (5ca745f)
1.4.0 (2020-11-18)
- 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)
- added zma listener (46c0cdd)
1.2.1 (2020-10-15)
- correct xerces install and disable onnx for now (baf5ec3)
1.2.0 (2020-10-02)
- width/height scaling and rescale output to same dimension as input (2425b88)
- change pad check from 10% to 1% (ead483c)
1.1.0 (2020-10-01)
- initial check-in (c3370d3)
1.0.3 (2020-09-25)
- added missing docker command (1657f33)
1.0.2 (2020-09-20)
- added in missing closure (3794612)
1.0.1 (2020-09-06)
- tests: correct test names(untested) (302d920)