You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,14 +78,9 @@ The repo name detrex has several interpretations:
78
78
- <fontcolor=#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.
79
79
80
80
## What's New
81
-
v0.4.0 was released on 02/06/2023:
82
-
- Support [CO-MOT](./projects/co_mot/) aims for End-to-End Multi-Object Tracking by [Feng Yan](https://scholar.google.com/citations?user=gO4divAAAAAJ&hl=zh-CN&oi=sra).
83
-
- Release `DINO` with optimized hyper-parameters which achieves `50.0 AP` under 1x settings.
84
-
- Release pretrained DINO based on `InternImage`, `ConvNeXt-1K pretrained` backbones.
- Release `DETA` and better `H-DETR` pretrained weights: achieving `50.2 AP` and `49.1 AP` respectively.
87
-
88
-
81
+
v0.5.0 was released on 16/07/2023:
82
+
- Support [SQR-DETR (CVPR 2023)](https://github.com/IDEA-Research/detrex/tree/main/projects/sqr_detr), credits to [Fangyi Chen](https://github.com/Fangyi-Chen)
83
+
- Support [EVA-01](https://github.com/baaivision/EVA/tree/master/EVA-01) and [EVA-02](https://github.com/baaivision/EVA/tree/master/EVA-02) backbones, please check [DINO-EVA](./projects/dino_eva/) for more benchmarking results.
89
84
90
85
Please see [changelog.md](./changlog.md) for details and release history.
91
86
@@ -134,6 +129,8 @@ Results and models are available in [model zoo](https://detrex.readthedocs.io/en
Copy file name to clipboardExpand all lines: changlog.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
## Change Log
2
2
3
+
### v0.5.0 (16/07/2023):
4
+
- Support [SQR-DETR (CVPR 2023)](https://github.com/IDEA-Research/detrex/tree/main/projects/sqr_detr), credits to [Fangyi Chen](https://github.com/Fangyi-Chen)
5
+
- Support [EVA-01](https://github.com/baaivision/EVA/tree/master/EVA-01) and [EVA-02](https://github.com/baaivision/EVA/tree/master/EVA-02) backbones, please check [DINO-EVA](https://github.com/IDEA-Research/detrex/tree/main/projects/dino_eva) for more benchmarking results.
6
+
7
+
3
8
### v0.4.0 (02/06/2023):
4
9
- Support [CO-MOT](./projects/co_mot/) aims for End-to-End Multi-Object Tracking by [Feng Yan](https://scholar.google.com/citations?user=gO4divAAAAAJ&hl=zh-CN&oi=sra).
5
10
- Release `DINO` with optimized hyper-parameters which achieves `50.0 AP` under 1x settings.
0 commit comments