jeffaudi commited on
Commit
3524007
1 Parent(s): bbd543c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -127
README.md CHANGED
@@ -1,127 +1,33 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
4
-
5
- ---
6
-
7
- ---
8
-
9
-
10
-
11
-
12
-
13
-
14
- # Model Card for Oriented R-CNN pretrained on DOTA 1.0
15
-
16
- <!-- Provide a quick summary of what the model is/does. [Optional] -->
17
- The original paper is [Oriented R-CNN for Object Detection](https://openaccess.thecvf.com/content/ICCV2021/papers/Xie_Oriented_R-CNN_for_Object_Detection_ICCV_2021_paper.pdf).
18
-
19
- This implementation of this model has been developed by [OpenMMLab](https://openmmlab.com/) in the [MMRotate](https://github.com/open-mmlab/mmrotate) framework.
20
-
21
- The model has been trained on [DOTA 1.0](https://captain-whu.github.io/DOTA/)
22
-
23
- The performance measured as mAP is 75.69.
24
-
25
-
26
-
27
-
28
- # Table of Contents
29
-
30
- - [Model Card for Oriented R-CNN pretrained on DOTA 1.0](#model-card-for--model_id-)
31
- - [Table of Contents](#table-of-contents)
32
- - [Model Details](#model-details)
33
- - [Model Description](#model-description)
34
- - [Uses](#uses)
35
- - [Direct Use](#direct-use)
36
- - [Out-of-Scope Use](#out-of-scope-use)
37
- - [Bias, Risks, and Limitations](#bias-risks-and-limitations)
38
- - [Recommendations](#recommendations)
39
- - [Training Details](#training-details)
40
- - [Training Data](#training-data)
41
- - [Metrics](#metrics)
42
- - [Results](#results)
43
- - [Model Card Contact](#model-card-contact)
44
- - [How to Get Started with the Model](#how-to-get-started-with-the-model)
45
-
46
-
47
- # Model Details
48
-
49
- ## Model Description
50
-
51
- <!-- Provide a longer summary of what this model is/does. -->
52
- The original paper is [Oriented R-CNN for Object Detection](https://openaccess.thecvf.com/content/ICCV2021/papers/Xie_Oriented_R-CNN_for_Object_Detection_ICCV_2021_paper.pdf).
53
-
54
- This implementation of this model has been developed by [OpenMMLab](https://openmmlab.com/) in the [MMRotate](https://github.com/open-mmlab/mmrotate) framework.
55
-
56
- The model has been trained on [DOTA 1.0](https://captain-whu.github.io/DOTA/)
57
-
58
- The performance measured as mAP is 75.69.
59
-
60
- - **Developed by:** OpenMMLab
61
- - **Model type:** Object Detection model
62
- - **License:** cc-by-nc-sa-4.0
63
- - **Resources for more information:** More information needed
64
- - [GitHub Repo](https://github.com/open-mmlab/mmrotate/)
65
- - [Associated Paper](https://openaccess.thecvf.com/content/ICCV2021/papers/Xie_Oriented_R-CNN_for_Object_Detection_ICCV_2021_paper.pdf)
66
-
67
- # Uses
68
-
69
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
70
-
71
- ## Direct Use
72
-
73
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
74
- <!-- If the user enters content, print that. If not, but they enter a task in the list, use that. If neither, say "more info needed." -->
75
-
76
-
77
- ## Out-of-Scope Use
78
-
79
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
80
- <!-- If the user enters content, print that. If not, but they enter a task in the list, use that. If neither, say "more info needed." -->
81
-
82
-
83
- # Bias, Risks, and Limitations
84
-
85
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
86
-
87
- Significant research has explored bias and fairness issues with language models (see, e.g., [Sheng et al. (2021)](https://aclanthology.org/2021.acl-long.330.pdf) and [Bender et al. (2021)](https://dl.acm.org/doi/pdf/10.1145/3442188.3445922)). Predictions generated by the model may include disturbing and harmful stereotypes across protected classes; identity characteristics; and sensitive, social, and occupational groups.
88
-
89
-
90
- # Training Details
91
-
92
- ## Training Data
93
-
94
- <!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
95
-
96
- The model has been trained on [DOTA 1.0](https://captain-whu.github.io/DOTA/)
97
-
98
-
99
- ## Metrics
100
-
101
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
102
-
103
- The performance is measured as mAP.
104
-
105
- ## Results
106
-
107
- The final mAP is 75.69.
108
-
109
-
110
- # Model Card Contact
111
-
112
- Jeff Faudi
113
-
114
- # How to Get Started with the Model
115
-
116
- Use the code below to get started with the model.
117
-
118
- ```
119
- from mmdet.apis import init_detector, inference_detector
120
- import mmrotate
121
-
122
- config_file = 'oriented_rcnn_r50_fpn_1x_dota_le90.py'
123
- checkpoint_file = 'oriented_rcnn_r50_fpn_1x_dota_le90-6d2b2ce0.pth'
124
- model = init_detector(config_file, checkpoint_file, device='cuda:0')
125
- inference_detector(model, 'demo/demo.jpg')
126
- ```
127
-
 
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] -->
4
+ The original paper is [Oriented R-CNN for Object Detection](https://openaccess.thecvf.com/content/ICCV2021/papers/Xie_Oriented_R-CNN_for_Object_Detection_ICCV_2021_paper.pdf).
5
+
6
+ This implementation of this model has been developed by [OpenMMLab](https://openmmlab.com/) in the [MMRotate](https://github.com/open-mmlab/mmrotate) framework.
7
+
8
+ The model has been trained on [DOTA 1.0](https://captain-whu.github.io/DOTA/)
9
+
10
+ The performance measured as mAP is 75.69.
11
+
12
+ - **Developed by:** OpenMMLab
13
+ - **Model type:** Object Detection model
14
+ - **License:** cc-by-nc-sa-4.0
15
+ - **Resources for more information:** More information needed
16
+ - [GitHub Repo](https://github.com/open-mmlab/mmrotate/)
17
+ - [Associated Paper](https://openaccess.thecvf.com/content/ICCV2021/papers/Xie_Oriented_R-CNN_for_Object_Detection_ICCV_2021_paper.pdf)
18
+
19
+
20
+ # How to Get Started with the Model
21
+
22
+ Use the code below to get started with the model.
23
+
24
+ ```
25
+ from mmdet.apis import init_detector, inference_detector
26
+ import mmrotate
27
+
28
+ 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
+