Skip to content

Commit 9f13c74

Browse files
committed
Start a new module for benchmark. Implement SorterStudy that replace GroundTruthStudy
1 parent 73f4d58 commit 9f13c74

7 files changed

Lines changed: 712 additions & 904 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"""
2+
Module to benchmark:
3+
* sorters
4+
* some sorting components (clustering, motion, template matching)
5+
"""
6+
7+
from .benchmark_sorter import SorterStudy

0 commit comments

Comments
 (0)