Publish recovered two-stage Jittor weights and DOTA submissions
Browse files
README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: jittor
|
| 4 |
+
tags:
|
| 5 |
+
- object-detection
|
| 6 |
+
- oriented-object-detection
|
| 7 |
+
- dota
|
| 8 |
+
- point-supervised-learning
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Point2RBox-v2 Jittor — recovered two-stage release
|
| 12 |
+
|
| 13 |
+
Final weights and official-format DOTA-v1.0 Task1 submissions for the recovered
|
| 14 |
+
[Jittor implementation](https://github.com/mingqian-233/Point2RBox-v2-jittor).
|
| 15 |
+
|
| 16 |
+
## Results
|
| 17 |
+
|
| 18 |
+
| Stage | DOTA-v1.0 test mAP50 | Local validation mAP50 |
|
| 19 |
+
|---|---:|---:|
|
| 20 |
+
| Stage 1 Point2RBox-v2 | 0.4895466803 | 0.5452640912 |
|
| 21 |
+
| Stage 2 pseudo-label Rotated FCOS | **0.5939490341** | 0.6750881105 |
|
| 22 |
+
|
| 23 |
+
## Files
|
| 24 |
+
|
| 25 |
+
- `stage1/point2rbox_v2_stage1_ckpt_12.pkl`: final stage-1 checkpoint
|
| 26 |
+
- `stage1/dota_task1_submission.zip`: corrected stage-1 DOTA submission
|
| 27 |
+
- `stage2/rotated_fcos_stage2_ckpt_12.pkl`: final stage-2 checkpoint
|
| 28 |
+
- `stage2/dota_task1_submission.zip`: corrected stage-2 DOTA submission
|
| 29 |
+
|
| 30 |
+
The submission archives contain 15 files named `Task1_<class>.txt`. The source
|
| 31 |
+
repository documents the pinned runtime and full reproduction commands.
|
| 32 |
+
|
| 33 |
+
## SHA256
|
| 34 |
+
|
| 35 |
+
```text
|
| 36 |
+
89a35e0cae7a92bc2a906c97c9c4f35c410930e29b99be72cc41d3e877fde09c stage1/dota_task1_submission.zip
|
| 37 |
+
c1be269fc9a81933a966dfd3e8e9d57e6222b1aa6772f558fa5cced5731d0178 stage1/point2rbox_v2_stage1_ckpt_12.pkl
|
| 38 |
+
8e798381f4ae4afcdc34b82f526622e41177c21ab3b3fe092440e7852408b2fe stage2/dota_task1_submission.zip
|
| 39 |
+
61a28be536c0a50e8cc05436aa888a7854052538106231b9f2c208ba72b0381a stage2/rotated_fcos_stage2_ckpt_12.pkl
|
| 40 |
+
```
|
stage1/dota_task1_submission.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89a35e0cae7a92bc2a906c97c9c4f35c410930e29b99be72cc41d3e877fde09c
|
| 3 |
+
size 24451813
|
stage1/point2rbox_v2_stage1_ckpt_12.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1be269fc9a81933a966dfd3e8e9d57e6222b1aa6772f558fa5cced5731d0178
|
| 3 |
+
size 308816610
|
stage2/dota_task1_submission.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e798381f4ae4afcdc34b82f526622e41177c21ab3b3fe092440e7852408b2fe
|
| 3 |
+
size 10648612
|
stage2/rotated_fcos_stage2_ckpt_12.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61a28be536c0a50e8cc05436aa888a7854052538106231b9f2c208ba72b0381a
|
| 3 |
+
size 674162688
|