Skip to content

Commit

Permalink
add link
Browse files Browse the repository at this point in the history
  • Loading branch information
yutyan0119 committed Oct 25, 2023
2 parents 8d3be73 + 72096ba commit 929e85f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ For more information about the development, please visit [https://zenn.dev/turin

3. Download the pretrained weights.
```bash
wget https://github.com/... models/
wget https://github.com/uringmotors/openlenda/releases/latest/download/openlenda_s.pth -P models
```

## Demo
Expand All @@ -60,11 +60,10 @@ python tools/export_onnx.py --output-name openlenda_s.onnx\
AP and AR are evaluated on the private validation set. The results are shown below.
| Model | size | AP50 | AR50 | Download |
|:---:|:---:|:---:|:---:|:---:|
| OpenLenda-nano | 416x416 | 0.941 |0.830 | |
| OpenLenda-tiny | 416x416 | 0.944 | 0.807 | |
| OpenLenda-s | 640x640 | 0.964 | 0.946 | |
| OpenLenda-x | 640x640 | 0.950 | 0.961 | |

| OpenLenda-nano | 416x416 | 0.941 |0.830 | [link](https://github.com/uringmotors/openlenda/releases/latest/download/openlenda_nano.pth) |
| OpenLenda-tiny | 416x416 | 0.944 | 0.807 | [link](https://github.com/uringmotors/openlenda/releases/latest/download/openlenda_tiny.pth) |
| OpenLenda-s | 640x640 | 0.964 | 0.946 | [link](https://github.com/uringmotors/openlenda/releases/latest/download/openlenda_s.pth) |
| OpenLenda-x | 640x640 | 0.950 | 0.961 | [link](https://github.com/uringmotors/openlenda/releases/latest/download/openlenda_x.pth)|

# 📚Documentation
Please see YOLOX's [README](https://github.com/Megvii-BaseDetection/YOLOX/blob/main/README.md) or [docs](docs) (almost same as YOLOX's).
Expand Down
10 changes: 5 additions & 5 deletions docs/README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

3. 学習済みの重みをダウンロードします。
```bash
wget https://github.com/... models/
https://github.com/uringmotors/openlenda/releases/latest/download/openlenda_s.pth
```

## Demo
Expand All @@ -60,10 +60,10 @@ python tools/export_onnx.py --output-name openlenda_s.onnx\
APやARは非公開の検証セットで評価されています。結果は以下の通りです。(score threshold: 0.45)
| Model | size | AP50 | AR50 | Download |
|:---:|:---:|:---:|:---:|:---:|
| OpenLenda-nano | 416x416 | 0.941 |0.830 | |
| OpenLenda-tiny | 416x416 | 0.944 | 0.807 | |
| OpenLenda-s | 640x640 | 0.964 | 0.946 | |
| OpenLenda-x | 640x640 | 0.950 | 0.961 | |
| OpenLenda-nano | 416x416 | 0.941 |0.830 | [link](https://github.com/uringmotors/openlenda/releases/latest/download/openlenda_nano.pth) |
| OpenLenda-tiny | 416x416 | 0.944 | 0.807 | [link](https://github.com/uringmotors/openlenda/releases/latest/download/openlenda_tiny.pth) |
| OpenLenda-s | 640x640 | 0.964 | 0.946 | [link](https://github.com/uringmotors/openlenda/releases/latest/download/openlenda_s.pth) |
| OpenLenda-x | 640x640 | 0.950 | 0.961 | [link](https://github.com/uringmotors/openlenda/releases/latest/download/openlenda_x.pth)|


# 📚Documentation
Expand Down

0 comments on commit 929e85f

Please sign in to comment.