|
18 | 18 | [🛠️Installation](https://detrex.readthedocs.io/en/latest/tutorials/Installation.html) |
|
19 | 19 | [👀Model Zoo](https://detrex.readthedocs.io/en/latest/tutorials/Model_Zoo.html) |
|
20 | 20 | [🚀Awesome DETR](https://github.com/IDEA-Research/awesome-detection-transformer) |
|
21 |
| -[🆕News](#change-log) | |
| 21 | +[🆕News](#whats-new) | |
22 | 22 | [🤔Reporting Issues](https://github.com/IDEA-Research/detrex/issues/new/choose)
|
23 | 23 |
|
24 | 24 |
|
@@ -53,6 +53,16 @@ The repo name detrex has several interpretations:
|
53 | 53 |
|
54 | 54 | - <font color=#008000> <b> de-t.rex </b> </font>: de means 'the' in Dutch. T.rex, also called Tyrannosaurus Rex, means 'king of the tyrant lizards' and connects to our research work 'DINO', which is short for Dinosaur.
|
55 | 55 |
|
| 56 | +## What's New |
| 57 | +v0.1.1 was released on 18/10/2022: |
| 58 | +- Add model analysis tools and benchmark in [tools](./tools/). |
| 59 | +- Support visualization on COCO eval results and annotations in [tools](./tools/) |
| 60 | +- Support [Group-DETR](./projects/group_detr/). |
| 61 | +- Release more DINO training results including `DINO-R50-24epochs`, `DINO-R101`, `DINO-Swin-Tiny`, `DINO-Swin-Small`, `DINO-Swin-Base`, `DINO-Swin-Large` in [DINO](./projects/dino/). |
| 62 | +- Release better `Deformable-DETR` baselines with **48.2 AP** on COCO dataset in [Deformable-DETR](./projects/deformable_detr/). |
| 63 | + |
| 64 | + |
| 65 | +Please see [changelog.md](./changlog.md) for details and release history. |
56 | 66 |
|
57 | 67 | ## Installation
|
58 | 68 |
|
@@ -87,16 +97,6 @@ Please see [projects](./projects/) for the details about projects that are built
|
87 | 97 | </details>
|
88 | 98 |
|
89 | 99 |
|
90 |
| -## Change Log |
91 |
| - |
92 |
| -The **beta v0.1.0** version was released in 21/09/2022. Highlights of the released version: |
93 |
| -- Support various backbones, including: [FocalNet](https://arxiv.org/abs/2203.11926), [Swin-T](https://arxiv.org/pdf/2103.14030.pdf), [ResNet](https://arxiv.org/abs/1512.03385) and other [detectron2 builtin backbones](https://github.com/facebookresearch/detectron2/tree/main/detectron2/modeling/backbone). |
94 |
| -- Add [timm](https://github.com/rwightman/pytorch-image-models) backbone wrapper and [torchvision](https://github.com/pytorch/vision) backbone wrapper. |
95 |
| -- Support various Transformer-based detection algorithms, including: [DETR](https://arxiv.org/abs/2005.12872), [Deformable-DETR](https://arxiv.org/abs/2010.04159), [Conditional-DETR](https://arxiv.org/abs/2108.06152), [DAB-DETR](https://arxiv.org/abs/2201.12329), [DN-DETR](https://arxiv.org/abs/2203.01305), and [DINO](https://arxiv.org/abs/2203.03605). |
96 |
| -- Support flexible config system based on [Lazy Configs](https://detectron2.readthedocs.io/en/latest/tutorials/lazyconfigs.html) |
97 |
| - |
98 |
| -Please see [changelog.md](./changlog.md) for details and release history. |
99 |
| - |
100 | 100 | ## License
|
101 | 101 |
|
102 | 102 | This project is released under the [Apache 2.0 license](LICENSE).
|
|
0 commit comments