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 f70c29b commit 7a6cb2dCopy full SHA for 7a6cb2d
otx/api/entities/result_media.py
@@ -82,7 +82,7 @@ def __init__(
82
self.annotation_scene = annotation_scene
83
self.roi = Annotation(Rectangle.generate_full_box(), labels=[]) if roi is None else roi
84
self.label = label
85
- self.numpy = np.copy(numpy)
+ self._numpy = np.copy(numpy)
86
87
def __repr__(self):
88
"""Returns a string with all the attributes of the ResultMediaEntity."""
0 commit comments