Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MsterDC authored Oct 26, 2023
1 parent 2048a1f commit 445f981
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPA2Net
PyTorch implementation for SPA2Net.
# SPA2Net_TIP2023
The official implementation of SPA2Net paper "[SPA2Net: Structure-Preserved Attention Activated Network for Weakly Supervised Object Localization](https://ieeexplore.ieee.org/document/10287250)".

## 🦊 Dataset
### Switch to the [data](https://github.com/MsterDC/SPA2Net/tree/9c211aa4ec5c4aa68144f1a94f7e550a12e6ce3c/data) for details.
Expand All @@ -8,5 +8,18 @@ PyTorch implementation for SPA2Net.
### Switch to the [scripts](https://github.com/MsterDC/SPA2Net/tree/7cf39d4e96ca7f81c585a7f4f4f60e8179f329d6/scripts) for details.

## :mag: More
### Please refer to the [`HELP.md`](HELP.md).
### Please refer to the [`HELP.md`](HELP.md) (Updating).

## 🍻 Citation
If you find this project useful for your research, please use the following BibTeX entry.

```
@article{chen2023spa,
title={SPA 2 Net: Structure-Preserved Attention Activated Network for Weakly Supervised Object Localization},
author={Chen, Dong and Pan, Xingjia and Tang, Fan and Dong, Weiming and Xu, Changsheng},
journal={IEEE Transactions on Image Processing},
year={2023},
publisher={IEEE}
}
```

0 comments on commit 445f981

Please sign in to comment.