Skip to content

v0.8.0

Compare
Choose a tag to compare
@tuofeilunhifi tuofeilunhifi released this 06 Dec 03:06
· 68 commits to master since this release
7ee1309

Highlights

  • Add BEVFormer and improve the performance of BEVFormer (#224)
  • Add DINO++ and support objects365 pretrain (#242)

New Features

  • Add DeiT of Hydra Attention version (#220)
  • Add EdgeViTv3 (#214)
  • Add BEVFormer and improve the performance of BEVFormer (#224)
  • Add DINO++ and support objects365 pretrain (#242)

Improvements

  • Unify the parsing method of config scripts, and support both local and pai platform products (#235)
  • Add more data source apis for open source datasets, involving classification, detection, segmentation and keypoints tasks. And part of the data source apis support automatic download. For more information, please refer to data_hub (#206 #229)
  • Add confusion matrix metric for Classification models (#241)
  • Add prediction script (#239)

Bug Fixes

  • Sync the predict config in the config file for predictor (#238)
  • Fix index of image_scale with y2 with bottom_left implemented in _mosaic_combine (#231)
  • Add bevformer benchmark and fix classification predict bug (#240)