Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ See requirements.txt
To extract features on SDR 8 bit MP4 or AVI files, run
```

python3 chipqa.py --input_file path/to/input_file --results_folder path/to/output_file
python3 chipqa.py --input_file path/to/input_file --results_file path/to/output_file

```
`input_file` is the .mp4 video from which chipqa features will be extracted.
Expand All @@ -31,7 +31,7 @@ python3 chipqa.py --input_file path/to/input_file --results_folder path/to/outpu
To extract features on SDR YUV or HDR YUV files, run
```

python3 chipqa_yuv.py --input_file path/to/input_file --results_folder path/to/output_file --width W --height H --bit_depth {8/10/12} --color_space {BT2020/BT709}
python3 chipqa_yuv.py --input_file path/to/input_file --results_file path/to/output_file --width W --height H --bit_depth {8/10/12} --color_space {BT2020/BT709}

```

Expand Down