Skip to content

Commit

Permalink
Fix typos in ReadME
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobChalk committed Jul 9, 2024
1 parent 95eb6e2 commit 7e34983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feature_extractors/omnivore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ First, correctly configure you python path with `export PYTHONPATH=/path/to/TIM/

```[bash]
python tools/run_net.py \
--cfg /path/to/configs/PERCEPTION_TEST/OMNIVORE_feature.yml \
--cfg /path/to/configs/PERCEPTION_TEST/OMNIVORE_feature.yaml \
NUM_GPUS <num_gpus> \
OUTPUT_DIR /path/to/output/dataset_split \
PERCEPTION.VISUAL_DATA_DIR /path/to/perception_test_frames \
Expand Down Expand Up @@ -165,7 +165,7 @@ First, correctly configure you python path with `export PYTHONPATH=/path/to/TIM/

```[bash]
python tools/run_net.py \
--cfg /path/to/configs/AVE/OMNIVORE_feature.yml \
--cfg /path/to/configs/AVE/OMNIVORE_feature.yaml \
NUM_GPUS <num_gpus> \
OUTPUT_DIR /path/to/output/dataset_split \
AVE.VISUAL_DATA_DIR /path/to/AVE_frames \
Expand Down

0 comments on commit 7e34983

Please sign in to comment.