diff --git a/README.md b/README.md index 56dc32a0..74104b81 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ The repo name detrex has several interpretations: ## What's New v0.2.0 was released on 13/11/2022: - Release new baselines for `DINO-R50-12ep`, `DINO-Swin-Large-36ep`, `DAB-Deformable-DETR-R50-50ep`, `DAB-Deformable-DETR-R50-Two-Stage`, please check [Model Zoo](https://detrex.readthedocs.io/en/latest/tutorials/Model_Zoo.html). -- Rebuild a clearer config files for projects. +- Rebuild cleaner config files for projects. - Support [H-Deformable-DETR](./projects/h_deformable_detr/) - Release H-Deformable-DETR pretrained weights including `H-Deformable-DETR-R50`, `H-Deformable-DETR-Swin-Tiny`, `H-Deformable-DETR-Swin-Large` in [H-Deformable-DETR](./projects/h_deformable_detr/) - Add demo for visualizing customized input images or videos using pretrained weights in [demo](./demo/) diff --git a/changlog.md b/changlog.md index 48cbe35d..543e1ef9 100644 --- a/changlog.md +++ b/changlog.md @@ -2,7 +2,7 @@ ### v0.2.0 (13/11/2022) #### New Features -- Rebuild a clearer config files for projects [#107](https://github.com/IDEA-Research/detrex/pull/107) +- Rebuild cleaner config files for projects [#107](https://github.com/IDEA-Research/detrex/pull/107) - Support [H-Deformable-DETR](https://github.com/IDEA-Research/detrex/tree/main/projects/h_deformable_detr) [#110](https://github.com/IDEA-Research/detrex/pull/110) - Release H-Deformable-DETR pretrained weights including `H-Deformable-DETR-R50`, `H-Deformable-DETR-Swin-Tiny`, `H-Deformable-DETR-Swin-Large`. - Add demo for visualizing customized input images or videos using pretrained weights [#119](https://github.com/IDEA-Research/detrex/pull/119) diff --git a/docs/source/changelog.md b/docs/source/changelog.md index 5cef57bf..9af58c99 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -2,7 +2,7 @@ ### v0.2.0 (13/11/2022) #### New Features -- Rebuild a clearer config files for projects [#107](https://github.com/IDEA-Research/detrex/pull/107) +- Rebuild cleaner config files for projects [#107](https://github.com/IDEA-Research/detrex/pull/107) - Support [H-Deformable-DETR](https://github.com/IDEA-Research/detrex/tree/main/projects/h_deformable_detr) [#110](https://github.com/IDEA-Research/detrex/pull/110) - Release H-Deformable-DETR pretrained weights including `H-Deformable-DETR-R50`, `H-Deformable-DETR-Swin-Tiny`, `H-Deformable-DETR-Swin-Large`. - Add demo for visualizing customized input images or videos using pretrained weights [#119](https://github.com/IDEA-Research/detrex/pull/119)