Skip to content

Commit

Permalink
Added feature links from third-party repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemin committed Apr 6, 2023
1 parent 024ec14 commit 47b6db7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ python data/annotations/merge_ava_activespeaker.py
```

### Features
Download the features from this [link](https://drive.google.com/uc?export=download&id=121csGw-T9OHoBOnrUbGYodH2464Dz1_T) and unzip under `data/features`.
> We used the features from the thirdparty repositories. RESNET18-TSM-AUG is obtained from [SPELL](https://github.com/SRA2/SPELL).
Download `RESNET18-TSM-AUG.zip` from the Google Drive link from [SPELL](https://github.com/SRA2/SPELL#code-usage) and unzip under `data/features`.
> We use the features from the thirdparty repositories.
### Directory Structure
The data directories should look like as follows:
Expand Down
4 changes: 2 additions & 2 deletions docs/GETTING_STARTED_AL.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ mv ${DATA_DIR}/research/action_recognition/ava/website/www/download/ava_val_v2.2
```

### Features
Download the features from this [link](https://drive.google.com/uc?export=download&id=1DT4skF4DMuU7Cl2urrYRwO79A9ZOnYLY) and unzip under `data/features`.
> SLOWFAST-64x2-R101 is obtained from using the official code of [SlowFast](https://github.com/facebookresearch/SlowFast). We used the pretrained checkpoint ([SLOWFAST_64x2_R101_50_50.pkl](https://dl.fbaipublicfiles.com/pyslowfast/model_zoo/ava/SLOWFAST_64x2_R101_50_50.pkl)) in [SlowFast Model Zoo](https://github.com/facebookresearch/SlowFast/blob/main/MODEL_ZOO.md).
Download `SLOWFAST-64x2-R101.zip` from the Google Drive link from [SPELL](https://github.com/SRA2/SPELL#code-usage) and unzip under `data/features`.
> We use the features from the thirdparty repositories. SLOWFAST-64x2-R101 is obtained by using the official code of [SlowFast](https://github.com/facebookresearch/SlowFast) with the pretrained checkpoint ([SLOWFAST_64x2_R101_50_50.pkl](https://dl.fbaipublicfiles.com/pyslowfast/model_zoo/ava/SLOWFAST_64x2_R101_50_50.pkl)) in [SlowFast Model Zoo](https://github.com/facebookresearch/SlowFast/blob/main/MODEL_ZOO.md).
### Directory Structure
The data directories should look like as follows:
Expand Down

0 comments on commit 47b6db7

Please sign in to comment.