We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99b421 commit 7f1587cCopy full SHA for 7f1587c
nucleus/dataset.py
@@ -389,7 +389,8 @@ def loc(self, dataset_item_id: str) -> dict:
389
def ground_truth_loc(self, reference_id: str, annotation_id: str):
390
"""
391
Returns info for single ground truth Annotation by its id.
392
- :param annotation_id: internally controlled id for ground truth annotations.
+ :param reference_id: User specified id for the dataset item the ground truth is attached to
393
+ :param annotation_id: User specified, or auto-generated id for the annotation
394
:return:
395
BoxAnnotation | PolygonAnnotation | CuboidAnnotation
396
0 commit comments