pmkhanh7890's picture
refactor
e58707f
raw
history blame
201 Bytes
class ImageDetector:
def __init__(self):
self.referent_url: str = None # URL of the referenced image.
self.prediction_label: str = None
self.prediction_score: float = None