Skip to content

Update RefineLoc (WACV21) + Code #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- (GTAN) **Gaussian Temporal Awareness Networks for Action Localization** (CVPR 2019)

# Papers: weakly temporal action detection
- (RefineLoc) **RefineLoc: Iterative Refinement for Weakly-Supervised Action Localization** (WACV21) [CODE.pytorch](https://github.com/HumamAlwassel/RefineLoc)
- **Relational Prototypical Network for Weakly Supervised Temporal Action Localization** (AAAI20)
- (BaSNet) **Background Suppression Network for Weakly-supervised Temporal Action Localization** (AAAI20)[CODE.pytorch](https://github.com/Pilhyeon/BaSNet-pytorch)
- (LPAT) **LPAT: Learning to Predict Adaptive Threshold for Weakly-supervised Temporal Action Localization** (arxiv 2019)
Expand All @@ -31,7 +32,6 @@
- **Weakly-Supervised Temporal Localization via Occurrence Count Learning** (ICML 2019)
- (MAAN) **Marginalized Average Attentional Network for Weakly-Supervised Learning** (ICLR2019)[CODE.pytorch](https://github.com/yyuanad/MAAN)
- (WSGN) **Weakly Supervised Gaussian Networks for Action Detection** (Arxiv 2019.4)
- (RefineLoc) **RefineLoc: Iterative Refinement for Weakly-Supervised Action Localization** (Arxiv 2019.4)
- (STAR) **Segregated Temporal Assembly Recurrent Networks for Weakly Supervised Multiple Action Detection** (AAAI 2019)
- (TSRNet) **Learning Transferable Self-attentive Representations for Action Recognition in Untrimmed Videos with Weak Supervision** (AAAI 2019)
- (StepByStep) **Step-by-step Erasion, One-by-one Collection: AWeakly Supervised Temporal Action Detector** (MM 2018)
Expand Down