Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
# Model Card for Oriented R-CNN pretrained on DOTA 1.0
|
2 |
|
3 |
<!-- Provide a quick summary of what the model is/does. [Optional] -->
|
@@ -29,5 +32,4 @@ config_file = 'oriented_rcnn_r50_fpn_1x_dota_le90.py'
|
|
29 |
checkpoint_file = 'oriented_rcnn_r50_fpn_1x_dota_le90-6d2b2ce0.pth'
|
30 |
model = init_detector(config_file, checkpoint_file, device='cuda:0')
|
31 |
inference_detector(model, 'demo/demo.jpg')
|
32 |
-
```
|
33 |
-
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
---
|
4 |
# Model Card for Oriented R-CNN pretrained on DOTA 1.0
|
5 |
|
6 |
<!-- Provide a quick summary of what the model is/does. [Optional] -->
|
|
|
32 |
checkpoint_file = 'oriented_rcnn_r50_fpn_1x_dota_le90-6d2b2ce0.pth'
|
33 |
model = init_detector(config_file, checkpoint_file, device='cuda:0')
|
34 |
inference_detector(model, 'demo/demo.jpg')
|
35 |
+
```
|
|