Skip to content

Commit 99b116e

Browse files
authored
[benchmark] Add benchmark link to README.md (#485)
Add a link to benchmark/ directory for engineers and researchers to find easily this directory.
2 parents 518075a + 6f12c13 commit 99b116e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ def split_video_into_scenes(video_path, threshold=27.0):
9898

9999
See [the documentation](https://www.scenedetect.com/docs/latest/api.html) for more examples.
100100

101+
**Benchmark**:
102+
103+
We evaluate the performance of different detectors in terms of accuracy and processing speed. See the [benchmark report](benchmarks/README.md) for details.
104+
101105
## Reference
102106

103107
- [Documentation](https://www.scenedetect.com/docs/) (covers application and Python API)

0 commit comments

Comments
 (0)