Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
QinghongLin authored Oct 14, 2022
1 parent 58526ca commit dc4a60f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ This code is built on PyTorch with DistributedDataParallel (DDP). We pretrain Eg

### NLQ
- **Preparation:** Make sure you have prepared the NLQ videos and metadata.
- Extract video features: `python3 ./run/test_nlq.py --subsample 'text'`.
- Extract text features: `python3 ./run/test_nlq.py --subsample 'video'`.
- Extract video features: `python3 ./run/test_nlq.py --subsample 'video'`.
- Extract text features: `python3 ./run/test_nlq.py --subsample 'text'`.
- Fine-tune the [VSLNet](https://github.com/EGO4D/episodic-memory/tree/main/NLQ/VSLNet) by replacing its input video-text features.

### MQ
Expand Down

0 comments on commit dc4a60f

Please sign in to comment.