Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/LukasHedegaard/OadTR into main
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHedegaard committed May 4, 2022
2 parents 0c54c6b + 492d740 commit f4d7031
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Each conducted experiment has its own branch. An overview of the ablated feature
| ------- | -------- | -------- | -------- | ------- | ------- | ------- |
| 3 | ✔︎ | ✔︎ | - | 57.8 | [original](https://github.com/LukasHedegaard/OadTR/tree/original) (baseline) | `python main.py --num_layers 3 --decoder_layers 5 --enc_layers 64` |
| 3 | - | ✔︎ | - | 56.8 | [no-decoder](https://github.com/LukasHedegaard/OadTR/tree/no-decoder) | `python main.py --num_layers 3 --enc_layers 64` |
| 1 | - | ✔︎ | - | 55.6 | [no-decoder](https://github.com/LukasHedegaard/OadTR/tree/no-decoder) | `python main.py --num_layers 1 --enc_layers 64` |
| 1 | - | - | - | 55.5 | [no-decoder-no-cls-token](https://github.com/LukasHedegaard/OadTR/tree/no-decoder-no-cls-token) | `python main.py --num_layers 1 --enc_layers 64` |
| 2 | - | ✔︎ | - | 55.6 | [no-decoder](https://github.com/LukasHedegaard/OadTR/tree/no-decoder) | `python main.py --num_layers 2 --enc_layers 64` |
| 2 | - | - | - | 55.5 | [no-decoder-no-cls-token](https://github.com/LukasHedegaard/OadTR/tree/no-decoder-no-cls-token) | `python main.py --num_layers 2 --enc_layers 64` |
| 1 | - | - | ✔︎ (len n) | 55.7 | [no-decoder-no-cls-token-shifting-tokens](https://github.com/LukasHedegaard/OadTR/tree/no-decoder-no-cls-token-shifting-tokens) | `python main.py --num_layers 1 --enc_layers 64` |
| 1 | - | - | ✔︎ (len 2n) | 55.8 | [no-decoder-no-cls-token-shifting-tokens-2x](https://github.com/LukasHedegaard/OadTR/tree/no-decoder-no-cls-token-shifting-tokens-2x) | `python main.py --num_layers 1 --enc_layers 64` |
Expand All @@ -79,4 +79,4 @@ Where `<FEATURE>` is either `"anet"` or `"kin"` for ActivityNet and Kinetics pre
| CoOadTR-b2 | [main](https://github.com/LukasHedegaard/CoOadTR/tree/main) | `python main.py --dataset tvseries --num_layers 2 --enc_layers 64 --feature <FEATURE>` |
| CoOadTR-b1 | [main](https://github.com/LukasHedegaard/CoOadTR/tree/main) | `python main.py --dataset tvseries --num_layers 1 --enc_layers 64 --feature <FEATURE>` |

Where `<FEATURE>` is the name of your `.pickle` file of extracted features (either A.Net or Kin. features), placed in the `~/data` folder.
Where `<FEATURE>` is the name of your `.pickle` file of extracted features (either A.Net or Kin. features), placed in the `~/data` folder.

0 comments on commit f4d7031

Please sign in to comment.