Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerlin authored Oct 26, 2020
1 parent 7f18a65 commit 8e0c16e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/recognition_audio/resnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ For more details, you can refer to **Test a dataset** part in [getting_started](
For multi-modality fusion, you can use the simple [script](/tools/analysis/report_accuracy.py), the standard usage is:

```shell
python tools/analysis/report_accuracy.py --scores ${AUDIO_RESULT.PKL} ${VISUAL_RESULT.PKL} --datalist data/kinetics400/kinetics400_val_list_rawframes.txt --coefficient 1 1
python tools/analysis/report_accuracy.py --scores ${AUDIO_RESULT_PKL} ${VISUAL_RESULT_PKL} --datalist data/kinetics400/kinetics400_val_list_rawframes.txt --coefficient 1 1
```

+ AUDIO_RESULT.PKL: The saved output file of `tools/test.py` by the argument `--out`.
+ VISUAL_RESULT.PKL: The saved output file of `tools/test.py` by the argument `--out`.
+ AUDIO_RESULT_PKL: The saved output file of `tools/test.py` by the argument `--out`.
+ VISUAL_RESULT_PKL: The saved output file of `tools/test.py` by the argument `--out`.

0 comments on commit 8e0c16e

Please sign in to comment.