Skip to content

v0.5.0

Compare
Choose a tag to compare
@tuofeilunhifi tuofeilunhifi released this 27 Jul 09:31
· 191 commits to master since this release
3b9ea0b

Highlights

  • Self-Supervised support ConvMAE algorithm ((#101) (#121))
  • Classification support EfficientFormer algorithm (#128)
  • Detection support FCOS、DETR、DAB-DETR and DN-DETR algorithm ((#100) (#104) (#119))
  • Segmentation support UperNet algorithm (#118)
  • Support use torchacc to speed up training (#105)

New Features

  • Support use analyze tools (#133)

Bug Fixes

  • Update yolox config template and fix bugs (#134)
  • Fix yolox detector prediction export error (#125)
  • Fix common_io url error (#126)

Improvements

  • Add ViTDet visualization (#102)
  • Refactor detection pipline (#104)