Releases: alibaba/EasyCV
Releases · alibaba/EasyCV
v0.11.6
v0.11.5
v0.11.4
v0.11.3
v0.11.2
v0.11.1
v0.11.0
v0.10.0
Highlights
- Support STDC, STGCN, ReID and Multi-len MOT.
- Support multi processes for predictor data preprocessing. For the model with more time consuming in data preprocessing, the speedup can reach more than 50%.
New Features
- Support multi processes for predictor data preprocessing. (#272)
- Support STDC model. (#284) (#286)
- Support ReID and Multi-len MOT. (#285) (#295)
- Support STGCN model, and support export blade model. (#293) (#299)
- Add pose model zoo and support export torch jit and blade model for pose models. (#294)
- Support train motchallenge and crowdhuman datasets for detection models. (#265)
Improvements
- Speed up inference for face detector when using mtcnn. (#273)
- Add mobilenet config for itag and imagenet dataset, and optimize
ClsSourceImageList
api to support string label. (#276) (#283) - Support multi-rows replacement for first order parameter. (#282)
- Add a tool to convert itag dataset to raw dataset. (#290)
- Add
PoseTopDownPredictor
to replaceTorchPoseTopDownPredictorWithDetector
(#296)
Bug Fixes
v0.9.0
v0.8.0
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)