Skip to content

Commit 7cfa445

Browse files
ardilajihan-yin
andauthored
Update nucleus/model_run.py
Co-authored-by: jihan-yin <78386805+jihan-yin@users.noreply.github.com>
1 parent 7f1587c commit 7cfa445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nucleus/model_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def prediction_loc(self, reference_id: str, annotation_id: str):
165165
"""
166166
Returns info for single Prediction by its reference id and annotation id.
167167
:param reference_id: the user specified id for the image
168-
:param annotation_id: the user specified id for the prediction
168+
:param annotation_id: the user specified id for the prediction, or if one was not provided, the Scale internally generated id for the prediction
169169
:return:
170170
BoxPrediction | PolygonPrediction | CuboidPrediction
171171
"""

0 commit comments

Comments
 (0)