Skip to content

Release V0.7.0

Compare
Choose a tag to compare
@GT9505 GT9505 released this 03 Sep 06:09
· 158 commits to master since this release
a482409

Highlights

  • Release code of AAAI 2021 paper 'Temporal ROI Align for Video Object Recognition' (#247)
  • Refactor English documentations (#243)
  • Add Chinese documentations (#248), (#250)

New Features

  • Support fp16 training and testing (#230)
  • Release model using ResNeXt-101 as backbone for all VID methods (#254)
  • Support the results of Tracktor on MOT15, MOT16 and MOT20 datasets (#217)
  • Support visualization for single gpu test (#216)

Bug Fixes

  • Fix a bug in MOTP evaluation (#235)
  • Fix two bugs in reid training and testing (#249)

Improvements

  • Refactor anchor in SiameseRPN++ (#229)
  • Unify model initialization (#235)
  • Refactor unittest (#231)