From dc4a60f2dd7fcdc3206ac05d4f452b1c85361ab2 Mon Sep 17 00:00:00 2001 From: Kevin Date: Fri, 14 Oct 2022 12:14:56 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45517a9..9c4091e 100644 --- a/README.md +++ b/README.md @@ -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