You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
parser = ArgumentParser(description="Run server or process an image.")
parser.add_argument('command', choices=['run_server', 'process_image'], help="Choose operation to perform.")
parser.add_argument('--image_path', type=str, default='example_images/test4.jpeg', help="Path to the image for processing (only for 'process_image' command).")