pmkhanh7890's picture
refactor code + fix bug of label after grouping url
00b1038
raw
history blame
227 Bytes
class ImageDetector:
def __init__(self):
self.input = None
self.referent_url: str = None # URL of the referenced image.
self.prediction_label: str = None
self.prediction_score: float = None