risashinoda commited on
Commit
64aea8e
·
verified ·
1 Parent(s): 8e6fe0e

Fix GitHub URL and update citation

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -25,11 +25,11 @@ tags:
25
 
26
  ## Usage
27
 
28
- With the [BioVITA release code](https://github.com/risashinoda/BioVITA):
29
 
30
  ```bash
31
  # Extract features (image + text + audio)
32
- torchrun --nproc_per_node=8 extract_features.py \
33
  --ids_dir path/to/benchmark/ids \
34
  --feat_root path/to/output \
35
  --tag biовita \
@@ -37,7 +37,7 @@ torchrun --nproc_per_node=8 extract_features.py \
37
  --modalities audio,image,text
38
 
39
  # Evaluate on BioVITA benchmark
40
- python eval_benchmark.py \
41
  --base_dir path/to/benchmark \
42
  --ids_dir path/to/benchmark/ids \
43
  --feat_root path/to/output \
 
25
 
26
  ## Usage
27
 
28
+ With the [BioVITA release code](https://github.com/dahlian00/BioVITA):
29
 
30
  ```bash
31
  # Extract features (image + text + audio)
32
+ torchrun --nproc_per_node=8 eval/extract_features.py \
33
  --ids_dir path/to/benchmark/ids \
34
  --feat_root path/to/output \
35
  --tag biовita \
 
37
  --modalities audio,image,text
38
 
39
  # Evaluate on BioVITA benchmark
40
+ python eval/eval_benchmark.py \
41
  --base_dir path/to/benchmark \
42
  --ids_dir path/to/benchmark/ids \
43
  --feat_root path/to/output \