Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiang1230 authored Jul 28, 2021
1 parent cb1b574 commit f10ae0c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# OadTR
Code for our paper: "OadTR: Online Action Detection with Transformers" [["arxiv"]](https://arxiv.org/pdf/2106.11149.pdf)
Code for our ICCV2021 paper: "OadTR: Online Action Detection with Transformers" [["Paper"]](https://arxiv.org/pdf/2106.11149.pdf)

## Update

* July 28, 2021: Our Paper "OadTR: Online Action Detection with Transformers" was accepted by ICCV2021. At the same time, we released [THUMOS14-Kinetics features](https://zenodo.org/record/5140603#.YQDk8britPY).

## Dependencies

Expand All @@ -12,7 +16,7 @@ Code for our paper: "OadTR: Online Action Detection with Transformers" [["arxiv"

# Prepare
* Unzip the anno file "./data/anno_thumos.zip"
* Download the feature [THUMOS14 feature](https://zenodo.org/record/5035147#.YNhWG7vitPY) (Note: [HDD](https://usa.honda-ri.com/hdd) and [TVSeries](https://homes.esat.kuleuven.be/psi-archive/rdegeest/TVSeries.html) are available by contacting the authors of the datasets and signing agreements due to the copyrights.)
* Download the feature [THUMOS14 feature](https://zenodo.org/record/5035147#.YNhWG7vitPY) (Note: [HDD](https://usa.honda-ri.com/hdd) and [TVSeries](https://homes.esat.kuleuven.be/psi-archive/rdegeest/TVSeries.html) are available by contacting the authors of the datasets and signing agreements due to the copyrights. You can use this [Repo](https://github.com/yjxiong/anet2016-cuhk) to extract features.)

# Training
```
Expand Down

0 comments on commit f10ae0c

Please sign in to comment.