Пример #1
0
def main():

    images_path = get_image_path_from_user()

    annotator = Annotator(categories=["dog", "cat"], images_path=images_path)
    annotator.begin_annotation()