Spaces:
Sleeping
Sleeping
franzi2505
commited on
Commit
•
a751c53
1
Parent(s):
3b74bcf
Update README.md
Browse files
README.md
CHANGED
@@ -119,6 +119,10 @@ The metric takes four optional input parameters: __label2id__, __stuff__, __per_
|
|
119 |
Setting this to False will aggregate the results (average the _scores_, sum up the _numbers_; see below for explanation of _scores_ and _numbers_)
|
120 |
* `split_sq_rq: bool = True`: By default, the PQ-score is returned in three parts: the PQ score itself, and split into the segmentation quality (SQ) and recognition quality (RQ) part.
|
121 |
Setting this to False will return the PQ score only (PQ=RQ*SQ).
|
|
|
|
|
|
|
|
|
122 |
|
123 |
## Output Values
|
124 |
A dictionary containing the following keys:
|
|
|
119 |
Setting this to False will aggregate the results (average the _scores_, sum up the _numbers_; see below for explanation of _scores_ and _numbers_)
|
120 |
* `split_sq_rq: bool = True`: By default, the PQ-score is returned in three parts: the PQ score itself, and split into the segmentation quality (SQ) and recognition quality (RQ) part.
|
121 |
Setting this to False will return the PQ score only (PQ=RQ*SQ).
|
122 |
+
* `area_rng: List[Tuple[float]]`: The list holds all the area ranges for which results are calculated.
|
123 |
+
Each range is represented by a Tuple, where the first element is the lower limit and the second is the upper limit of the area range.
|
124 |
+
Each value represents total number of pixels of a mask.
|
125 |
+
The parameter defaults to [(0, 1e8)].
|
126 |
|
127 |
## Output Values
|
128 |
A dictionary containing the following keys:
|