Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiang1230 authored Jun 21, 2021
1 parent 53fbb5a commit edda3df
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# OadTR
# OadTR
Code for our paper: "OadTR: Online Action Detection with Transformers"

## Dependencies

* Pytorch==1.6.0
* json
* numpy
* tensorboard-logger
* torchvision==0.7.0

# Feature is coming soon...

# Training
```
python main.py --num_layers 3 --decoder_layers 5 --enc_layers 64 --output_dir models/en_3_decoder_5_lr_drop_1
```
# Validation
```
python main.py --num_layers 3 --decoder_layers 5 --enc_layers 64 --output_dir models/en_3_decoder_5_lr_drop_1 --eval --resume models/en_3_decoder_5_lr_drop_1/checkpoint000{}.pth
```

0 comments on commit edda3df

Please sign in to comment.