Skip to content

Commit

Permalink
Results updates: table
Browse files Browse the repository at this point in the history
  • Loading branch information
xavysp committed Dec 4, 2021
1 parent 0618014 commit 04d0b71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ but it is still able to overcome those models in edge detection datasets. Moreov
Dexined does not need pre-trained weights, and it is trained from the scratch
with fewer parameters tunning. To know more about DexiNed, read our first
version of Dexined in [ieeexplore](https://ieeexplore.ieee.org/document/9093290),
and its extended version in[arXiv](https://arxiv.org/abs/1909.01955).
and its extended version in [arXiv](https://arxiv.org/abs/1909.01955).
The last version of DexiNed is implemented in Pytorch, in TF2 it
will be available soon. If to want our preliminary version, please check legacy DIR.

Expand Down
13 changes: 4 additions & 9 deletions legacy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,11 @@ The results below are from the last version of BIPEP. After WACV20, the BIPED im

| Methods | ODS | ODS | AP |
| -------------- | ---------| -------- | -------- |
| [SED](https://github.com/ArashAkbarinia/BoundaryDetection) before | `.717` | `.731` | `.756` |
| [SED](https://github.com/ArashAkbarinia/BoundaryDetection) | `.000` | `.000` | `.000` |
| [HED](https://github.com/s9xie/hed) before | `.823` | `.847` | `.869` |
| [HED](https://github.com/s9xie/hed) | `.000` | `.000` | `.000` |
| [RCF](https://github.com/yun-liu/rcf) before | `.843` | `.859` | `.882` |
| [RCF](https://github.com/yun-liu/rcf) | `.000` | `.000` | `.000` |
| [BDCN](https://github.com/pkuCactus/BDCN) before | `.839` | `.854` | `.887` |
| [BDCN](https://github.com/pkuCactus/BDCN) | `.000` | `.000` | `.000` |
| [SED](https://github.com/ArashAkbarinia/BoundaryDetection) | `.717` | `.731` | `.756` |
| [HED](https://github.com/s9xie/hed) | `.823` | `.847` | `.869` |
| [RCF](https://github.com/yun-liu/rcf) | `.843` | `.859` | `.882` |
| [BDCN](https://github.com/pkuCactus/BDCN) | `.839` | `.854` | `.887` |
| DexiNed(WACV'20)| `.859` | `.867` | `.905` |
| DexiNed(Ours)| `.000` | `.000` | `.000` |
</center>
Evaluation performed to BIPED dataset. We will update the result soon.

Expand Down

0 comments on commit 04d0b71

Please sign in to comment.