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
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,13 +60,12 @@ The repo name detrex has several interpretations:
60
60
- <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.
61
61
62
62
## What's New
63
-
v0.1.1 was released on 18/10/2022:
64
-
- Add model analysis tools and benchmark in [tools](./tools/).
65
-
- Support visualization on COCO eval results and annotations in [tools](./tools/)
66
-
- Support [Group-DETR](./projects/group_detr/).
67
-
- 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/).
68
-
- Release better `Deformable-DETR` baselines with **48.2 AP** on COCO dataset in [Deformable-DETR](./projects/deformable_detr/).
69
-
63
+
v0.2.0 was released on 13/11/2022:
64
+
- 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).
65
+
- Rebuild a clearer config files for projects.
66
+
- Support [H-Deformable-DETR](./projects/h_deformable_detr/)
67
+
- 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/)
68
+
- Add demo for visualizing customized input images or videos using pretrained weights in [demo](./demo/)
70
69
71
70
Please see [changelog.md](./changlog.md) for details and release history.
Copy file name to clipboardExpand all lines: changlog.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
## Change Log
2
2
3
+
### v0.2.0 (13/11/2022)
4
+
#### New Features
5
+
- Rebuild a clearer config files for projects [#107](https://github.com/IDEA-Research/detrex/pull/107)
6
+
- 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)
7
+
- Release H-Deformable-DETR pretrained weights including `H-Deformable-DETR-R50`, `H-Deformable-DETR-Swin-Tiny`, `H-Deformable-DETR-Swin-Large`.
8
+
- Add demo for visualizing customized input images or videos using pretrained weights [#119](https://github.com/IDEA-Research/detrex/pull/119)
9
+
- Release new baselines for `DINO-Swin-Large-36ep`, `DAB-Deformable-DETR-R50-50ep`, `DAB-Deformable-DETR-Two-Stage-50ep`, `H-DETR`.
10
+
3
11
### v0.1.1 (18/10/2022)
4
12
#### New Features
5
13
- Add model analyze tools for detrex [#79](https://github.com/IDEA-Research/detrex/pull/79)
Copy file name to clipboardExpand all lines: docs/source/changelog.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
## Change Log
2
2
3
+
### v0.2.0 (13/11/2022)
4
+
#### New Features
5
+
- Rebuild a clearer config files for projects [#107](https://github.com/IDEA-Research/detrex/pull/107)
6
+
- 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)
7
+
- Release H-Deformable-DETR pretrained weights including `H-Deformable-DETR-R50`, `H-Deformable-DETR-Swin-Tiny`, `H-Deformable-DETR-Swin-Large`.
8
+
- Add demo for visualizing customized input images or videos using pretrained weights [#119](https://github.com/IDEA-Research/detrex/pull/119)
9
+
- Release new baselines for `DINO-Swin-Large-36ep`, `DAB-Deformable-DETR-R50-50ep`, `DAB-Deformable-DETR-Two-Stage-50ep`, `H-DETR`.
10
+
3
11
### v0.1.1 (18/10/2022)
4
12
#### New Features
5
13
- Add model analyze tools for detrex [#79](https://github.com/IDEA-Research/detrex/pull/79)
Copy file name to clipboardExpand all lines: docs/source/tutorials/Model_Zoo.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,15 +93,15 @@ Here we provides our pretrained baselines with **detrex**. And more pretrained w
93
93
<tdalign="center">R50</td>
94
94
<tdalign="center">IN1k</td>
95
95
<tdalign="center">50</td>
96
-
<tdalign="center">48.87</td>
97
-
<tdalign="center"> <ahref="https://github.com/IDEA-Research/detrex-storage/releases/download/v0.1.0/dab_deformable_r50_50ep.pth"> model </a></td>
96
+
<tdalign="center">49.01</td>
97
+
<tdalign="center"> <ahref="https://github.com/IDEA-Research/detrex-storage/releases/download/v0.2.0/dab_deformable_detr_r50_50ep_49AP.pth"> model </a></td>
<tdalign="center"> <ahref="https://github.com/IDEA-Research/detrex-storage/releases/download/v0.1.0/dab_deformable_r50_two_stage_50ep.pth"> model </a></td>
103
+
<tdalign="center">49.70</td>
104
+
<tdalign="center"> <ahref="https://github.com/IDEA-Research/detrex-storage/releases/download/v0.2.0/dab_deformable_detr_r50_two_stage_49_7AP.pth"> model </a></td>
105
105
</tr>
106
106
</tbody></table>
107
107
@@ -143,8 +143,8 @@ Here we provides our pretrained baselines with **detrex**. And more pretrained w
143
143
<tdalign="center">IN1k</td>
144
144
<tdalign="center">12</td>
145
145
<tdalign="center">100</td>
146
-
<tdalign="center">49.05</td>
147
-
<tdalign="center"> <ahref="https://github.com/IDEA-Research/detrex-storage/releases/download/v0.1.0/dino_r50_4scale_12ep.pth"> model </a></td>
146
+
<tdalign="center">49.19</td>
147
+
<tdalign="center"> <ahref="https://github.com/IDEA-Research/detrex-storage/releases/download/v0.2.0/dino_r50_4scale_12ep_49_2AP.pth"> model </a></td>
0 commit comments