Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ Model: RT-DETRv2-S
|
|
8 |
RT-DETRv2, an improved Real-Time DEtection TRansformer (RT-DETR). RT-DETRv2 builds upon the previous state-of-the-art real-time detector, RT-DETR, and opens up a set of bag-of-freebies for flexibility and practicality, as well as optimizing the training strategy to achieve enhanced performance. To improve the flexibility, we suggest setting a distinct number of sampling points for features at different scales in the deformable attention to achieve selective multi-scale feature extraction by the decoder.
|
9 |
|
10 |
Usage:
|
11 |
-
|
12 |
```python
|
13 |
import torch
|
14 |
import requests
|
|
|
8 |
RT-DETRv2, an improved Real-Time DEtection TRansformer (RT-DETR). RT-DETRv2 builds upon the previous state-of-the-art real-time detector, RT-DETR, and opens up a set of bag-of-freebies for flexibility and practicality, as well as optimizing the training strategy to achieve enhanced performance. To improve the flexibility, we suggest setting a distinct number of sampling points for features at different scales in the deformable attention to achieve selective multi-scale feature extraction by the decoder.
|
9 |
|
10 |
Usage:
|
11 |
+
|
12 |
```python
|
13 |
import torch
|
14 |
import requests
|