From 7ee13097e00fd1f93bcd9309d2880e26250ccd7b Mon Sep 17 00:00:00 2001 From: tuofeilun <38110862+tuofeilunhifi@users.noreply.github.com> Date: Tue, 6 Dec 2022 10:52:36 +0800 Subject: [PATCH] Release v0.8.0 (#250) --- docs/source/change_log.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/change_log.md b/docs/source/change_log.md index 5bbf599c..ea929d0e 100644 --- a/docs/source/change_log.md +++ b/docs/source/change_log.md @@ -1,4 +1,4 @@ -# v 0.8.0 (2/12/2022) +# v 0.8.0 (5/12/2022) ## Highlights - Add BEVFormer and improve the performance of BEVFormer ([#224](https://github.com/alibaba/EasyCV/pull/224)) @@ -12,8 +12,9 @@ ## Improvements - Unify the parsing method of config scripts, and support both local and pai platform products ([#235](https://github.com/alibaba/EasyCV/pull/235)) -- Add data source and support for automatic download ([#206](https://github.com/alibaba/EasyCV/pull/206) [#229](https://github.com/alibaba/EasyCV/pull/229) [data_hub](https://github.com/alibaba/EasyCV/blob/master/docs/source/data_hub.md)) +- 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](https://github.com/alibaba/EasyCV/blob/master/docs/source/data_hub.md) ([#206](https://github.com/alibaba/EasyCV/pull/206) [#229](https://github.com/alibaba/EasyCV/pull/229)) - Add confusion matrix metric for Classification models ([#241](https://github.com/alibaba/EasyCV/pull/241)) +- Add prediction script ([#239](https://github.com/alibaba/EasyCV/pull/239)) ## Bug Fixes - Sync the predict config in the config file for predictor ([#238](https://github.com/alibaba/EasyCV/pull/238))