You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Computes consensus score for each instance of given images that are present in at least 2 of the given projects:
1753
1751
1754
1752
:param project: project name
1755
1753
:type project: str
1754
+
1756
1755
:param folder_names: list of folder names in the project for which the scores will be computed
1757
1756
:type folder_names: list of str
1758
-
:param export_root: root export path of the projects
1759
-
:type export_root: Path-like (str or Path)
1757
+
1760
1758
:param image_list: List of image names from the projects list that must be used. If None, then all images from the projects list will be used. Default: None
1761
1759
:type image_list: list
1762
-
:param annot_type: Type of annotation instances to consider. Available candidates are: ["bbox", "polygon", "point"]
1763
-
:type annot_type: str
1764
-
:param show_plots: If True, show plots based on results of consensus computation. Default: False
1765
-
:type show_plots: bool
1760
+
1761
+
:param annotation_type: Type of annotation instances to consider. Available candidates are: ["bbox", "polygon", "point"]
0 commit comments