From 96f6756c6ebc3ee0a0c2cbd39c21e91a5adb7684 Mon Sep 17 00:00:00 2001 From: RitchWebb Date: Mon, 19 Jan 2026 11:35:38 -0800 Subject: [PATCH] Update README.md Fix small typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa34aca..c743456 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ You can also alternative versions of this debug "metric": ## Interactive mode -`cvvdp` will need to initialize PyTorch every time it starts, which will lead to a significant slow down when evaluating many files. To avoid this slowdown, you can start `cvvdp` in interactive mode by passing `--interactive` argument. When started that way, each line on the standard input should contain a complete list of argumens, as you would pass them to `cvvdp` program (but without the `cvvdp`). For example: +`cvvdp` will need to initialize PyTorch every time it starts, which will lead to a significant slow down when evaluating many files. To avoid this slowdown, you can start `cvvdp` in interactive mode by passing `--interactive` argument. When started that way, each line on the standard input should contain a complete list of arguments, as you would pass them to `cvvdp` program (but without the `cvvdp`). For example: ```bash > cvvdp --interactive --test example_media/aliasing/ferris-bicubic-bicubic.mp4 --ref example_media/aliasing/ferris-ref.mp4 --display "standard_fhd"